python/kubernetes/docs/V1beta1ServiceAccountSubject.md
2021-10-25 14:41:04 -07:00

650 B

V1beta1ServiceAccountSubject

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] [Back to API list] [Back to README]