Interface: IServiceAccountSpec
identity.v1.IServiceAccountSpec
Properties of a ServiceAccountSpec.
Implemented by
Properties
access
• Optional
access: null
| IAccess
The access assigned to the 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.