python/kubernetes/docs/V1ServiceAccountSubject.md
2023-12-18 19:33:51 +00:00

13 lines
645 B
Markdown

# V1ServiceAccountSubject
ServiceAccountSubject holds detailed information for service-account-kind subject.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | `name` is the name of matching ServiceAccount objects, or \"*\" to match regardless of name. Required. |
**namespace** | **str** | `namespace` 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)