Skip to main content

Interface: IAccess

identity.v1.IAccess

Properties of an Access.

Implemented by

Properties

accountAccess

Optional accountAccess: null | IAccountAccess

The account access


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


namespaceAccesses

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

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