GrantResponse

data class GrantResponse(val grantee: GranteeResponse? = null, val permission: PermissionEnumValueResponse? = null)

Definition of Grant

Constructors

Link copied to clipboard
constructor(grantee: GranteeResponse? = null, permission: PermissionEnumValueResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The person being granted permissions.

Link copied to clipboard

Specifies the permission given to the grantee.