AccountMemberPolicy

data class AccountMemberPolicy(val access: String, val id: String? = null, val permissionGroups: List<AccountMemberPolicyPermissionGroup>, val resourceGroups: List<AccountMemberPolicyResourceGroup>)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val id: 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.