PolicyAttachmentArgs

data class PolicyAttachmentArgs(val policyName: Output<String>? = null, val policyType: Output<String>? = null, val principalName: Output<String>? = null, val principalType: Output<String>? = null, val resourceGroupId: Output<String>? = null) : ConvertibleToJava<PolicyAttachmentArgs>

Provides a Resource Manager Policy Attachment resource to attaches a policy to an object. After you attach a policy to an object, the object has the operation permissions on the current resource group or the resources under the current account. For information about Resource Manager Policy Attachment and how to use it, see How to authorize and manage resource groups.

NOTE: Available since v1.93.0.

Import

Resource Manager Policy Attachment can be imported using the id, e.g.

$ pulumi import alicloud:resourcemanager/policyAttachment:PolicyAttachment example tf-testaccrdpolicy:Custom:tf-testaccrdpolicy@11827252********.onaliyun.com:IMSUser:rg******

Constructors

Link copied to clipboard
constructor(policyName: Output<String>? = null, policyType: Output<String>? = null, principalName: Output<String>? = null, principalType: Output<String>? = null, resourceGroupId: Output<String>? = null)

Properties

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

The name of the policy. name must be 1 to 128 characters in length and can contain letters, digits, and hyphens (-).

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

The type of the policy. Valid values: Custom, System.

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

The name of the object to which you want to attach the policy.

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

The type of the object to which you want to attach the policy. Valid values: IMSUser: RAM user, IMSGroup: RAM user group, ServiceRole: RAM role.

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

The ID of the resource group or the ID of the Alibaba Cloud account to which the resource group belongs.

Functions

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