Skip to main content

Interface: IAccountAccess

identity.v1.IAccountAccess

Properties of an AccountAccess.

Implemented by

Properties

role

Optional role: null | Role

The role on the account. temporal:versioning:min_version=v0.3.0 temporal:enums:replaces=role_deprecated


roleDeprecated

Optional roleDeprecated: null | string

The role on the account, should be one of [owner, admin, developer, financeadmin, read, metricsread] owner - gives full access to the account, including users, namespaces, and billing admin - gives full access the account, including users and namespaces developer - gives access to create namespaces on the account financeadmin - gives read only access and write access for billing read - gives read only access to the account metricsread - gives read only access to all namespace metrics Deprecated: Not supported after v0.3.0 api version. Use role instead. temporal:versioning:max_version=v0.3.0