Interface: IServiceAccountSpec
identity.v1.IServiceAccountSpec
Properties of a ServiceAccountSpec.
Implemented by
Properties
access
• Optional access: null | IAccess
Note: one of Access or NamespaceScopedAccess must be provided, but not both.
The access assigned to the service account.
If set, creates an account scoped service account.
The access is mutable.
description
• Optional description: null | string
The description associated with the service account - optional. The description is mutable.
name
• Optional name: null | string
The name associated with the service account. The name is mutable, but must be unique across all your active service accounts.