GetRolePolicyAttachmentsAttachment

data class GetRolePolicyAttachmentsAttachment(val attachDate: String, val description: String, val id: String, val policyName: String, val policyType: String)

Constructors

Link copied to clipboard
constructor(attachDate: String, description: String, id: String, policyName: String, policyType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the role was attached to the policy.

Link copied to clipboard

The policy description.

Link copied to clipboard
val id: String

The ID of the resource supplied above. The value is formulated as role:<policy_name>:<policy_type>:<role_name>.

Link copied to clipboard

The name of the policy.

Link copied to clipboard

Policy type.- Custom: Custom policy.- System: System policy.