AccountTokenPolicyPermissionGroup

data class AccountTokenPolicyPermissionGroup(val id: String, val meta: AccountTokenPolicyPermissionGroupMeta? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(id: String, meta: AccountTokenPolicyPermissionGroupMeta? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Identifier of the group.

Link copied to clipboard

Attributes associated to the permission group.

Link copied to clipboard
val name: String? = null

Name of the group.