Skip to main content

Interface: IServiceAccountSpec

identity.v1.IServiceAccountSpec

Properties of a ServiceAccountSpec.

Hierarchy

Properties

access

Optional access: null | $Properties

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.

Inherited from

$Properties.access


description

Optional description: null | string

The description associated with the service account - optional. The description is mutable.

Inherited from

$Properties.description


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.

Inherited from

$Properties.name


namespaceScopedAccess

Optional namespaceScopedAccess: null | $Properties

The namespace scoped access assigned to the service account. If set, creates a namespace scoped service account (limited to a single namespace). The namespace scoped access is partially mutable. Refer to NamespaceScopedAccess for details.

Inherited from

$Properties.namespaceScopedAccess