GrantArgs

data class GrantArgs(val grantee: Output<GranteeArgs>? = null, val permission: Output<PermissionEnumValueArgs>? = null) : ConvertibleToJava<GrantArgs>

Definition of Grant

Constructors

Link copied to clipboard
constructor(grantee: Output<GranteeArgs>? = null, permission: Output<PermissionEnumValueArgs>? = null)

Properties

Link copied to clipboard
val grantee: Output<GranteeArgs>? = null

The person being granted permissions.

Link copied to clipboard
val permission: Output<PermissionEnumValueArgs>? = null

Specifies the permission given to the grantee.

Functions

Link copied to clipboard
open override fun toJava(): GrantArgs