GetPoliciesPolicy

data class GetPoliciesPolicy(val attachmentCount: Int, val createDate: String, val defaultVersion: String, val description: String, val document: String, val id: String, val name: String, val policyDocument: String, val policyName: String, val type: String, val updateDate: String, val userName: String, val versionId: String)

Constructors

Link copied to clipboard
constructor(attachmentCount: Int, createDate: String, defaultVersion: String, description: String, document: String, id: String, name: String, policyDocument: String, policyName: String, type: String, updateDate: String, userName: String, versionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Attachment count of the policy.

Link copied to clipboard

Creation date of the policy.

Link copied to clipboard

Default version of the policy.

Link copied to clipboard

Description of the policy.

Link copied to clipboard

Policy document of the policy.

Link copied to clipboard
val id: String

ID of the policy.

Link copied to clipboard

Name of the policy.

Link copied to clipboard

Policy document of the policy.

Link copied to clipboard

Name of the policy.

Link copied to clipboard

Filter results by a specific policy type. Valid values are Custom and System.

Link copied to clipboard

Update date of the policy.

Link copied to clipboard

Filter results by a specific user name. Returned policies are attached to the specified user.

Link copied to clipboard

The ID of default policy.