Get Policy Attachments Result
data class GetPolicyAttachmentsResult(val attachments: List<GetPolicyAttachmentsAttachment>, val id: String, val ids: List<String>, val language: String? = null, val outputFile: String? = null, val policyName: String? = null, val policyType: String? = null, val principalName: String? = null, val principalType: String? = null, val resourceGroupId: String? = null)
A collection of values returned by getPolicyAttachments.
Properties
Link copied to clipboard
A list of Resource Manager Policy Attachment. Each element contains the following attributes:
Link copied to clipboard
Link copied to clipboard
The name of the policy.
Link copied to clipboard
The type of the policy.
Link copied to clipboard
The name of the object to which the policy is attached.
Link copied to clipboard
The type of the object to which the policy is attached.
Link copied to clipboard
The ID of the resource group or the ID of the Alibaba Cloud account to which the resource group belongs.