Skip to main content

Interface: IAccess

identity.v1.IAccess

Properties of an Access.

Hierarchy

Properties

accountAccess

Optional accountAccess: null | $Properties

The account access

Inherited from

$Properties.accountAccess


customRolesDeprecated

Optional customRolesDeprecated: null | string[]

List of custom role IDs assigned to the user or service account. Deprecated: Not supported after v0.12.0 api version. Use account_access.custom_roles instead. temporal:versioning:max_version=v0.12.0

Inherited from

$Properties.customRolesDeprecated


namespaceAccesses

Optional namespaceAccesses: null | { [k: string]: $Properties; }

The map of namespace accesses The key is the namespace name and the value is the access to the namespace

Inherited from

$Properties.namespaceAccesses