GetManagedPolicyResult

data class GetManagedPolicyResult(val attachmentCount: Int? = null, val createDate: String? = null, val defaultVersionId: String? = null, val groups: List<String>? = null, val isAttachable: Boolean? = null, val permissionsBoundaryUsageCount: Int? = null, val policyArn: String? = null, val policyDocument: Any? = null, val policyId: String? = null, val roles: List<String>? = null, val updateDate: String? = null, val users: List<String>? = null)

Constructors

Link copied to clipboard
fun GetManagedPolicyResult(attachmentCount: Int? = null, createDate: String? = null, defaultVersionId: String? = null, groups: List<String>? = null, isAttachable: Boolean? = null, permissionsBoundaryUsageCount: Int? = null, policyArn: String? = null, policyDocument: Any? = null, policyId: String? = null, roles: List<String>? = null, updateDate: String? = null, users: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attachmentCount: Int? = null

The number of entities (users, groups, and roles) that the policy is attached to.

Link copied to clipboard
val createDate: String? = null

The date and time, in ISO 8601 date-time format, when the policy was created.

Link copied to clipboard

The identifier for the version of the policy that is set as the default version.

Link copied to clipboard
val groups: List<String>? = null

The name (friendly name, not ARN) of the group to attach the policy to.

Link copied to clipboard
val isAttachable: Boolean? = null

Specifies whether the policy can be attached to an IAM user, group, or role.

Link copied to clipboard

The number of entities (users and roles) for which the policy is used to set the permissions boundary.

Link copied to clipboard
val policyArn: String? = null

Amazon Resource Name (ARN) of the managed policy

Link copied to clipboard
val policyDocument: Any? = null

The JSON policy document that you want to use as the content for the new policy.

Link copied to clipboard
val policyId: String? = null

The stable and unique string identifying the policy.

Link copied to clipboard
val roles: List<String>? = null

The name (friendly name, not ARN) of the role to attach the policy to.

Link copied to clipboard
val updateDate: String? = null

The date and time, in ISO 8601 date-time format, when the policy was last updated.

Link copied to clipboard
val users: List<String>? = null

The name (friendly name, not ARN) of the IAM user to attach the policy to.