python/kubernetes/docs/V1alpha1ServiceAccountSubject.md
Nabarun Pal 2132e24fd1
Generate client 17.0.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-17 04:00:30 +05:30

13 lines
651 B
Markdown

# V1alpha1ServiceAccountSubject
ServiceAccountSubject holds detailed information for service-account-kind subject.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | &#x60;name&#x60; is the name of matching ServiceAccount objects, or \&quot;*\&quot; to match regardless of name. Required. |
**namespace** | **str** | &#x60;namespace&#x60; is the namespace of matching ServiceAccount objects. Required. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)