AccountMemberPolicyArgs

data class AccountMemberPolicyArgs(val access: Output<String>, val id: Output<String>? = null, val permissionGroups: Output<List<AccountMemberPolicyPermissionGroupArgs>>, val resourceGroups: Output<List<AccountMemberPolicyResourceGroupArgs>>) : ConvertibleToJava<AccountMemberPolicyArgs>

Constructors

Link copied to clipboard
constructor(access: Output<String>, id: Output<String>? = null, permissionGroups: Output<List<AccountMemberPolicyPermissionGroupArgs>>, resourceGroups: Output<List<AccountMemberPolicyResourceGroupArgs>>)

Properties

Link copied to clipboard
val access: Output<String>

Allow or deny operations against the resources. Available values: "allow", "deny".

Link copied to clipboard
val id: Output<String>? = null

Policy identifier.

Link copied to clipboard

A set of permission groups that are specified to the policy.

Link copied to clipboard

A list of resource groups that the policy applies to.

Functions

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