GetPoliciesPolicy

data class GetPoliciesPolicy(val attachmentCount: Int, val defaultVersion: String, val description: String, val id: String, val policyName: String, val policyType: String, val updateDate: String)

Constructors

Link copied to clipboard
constructor(attachmentCount: Int, defaultVersion: String, description: String, id: String, policyName: String, policyType: String, updateDate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of times the policy is referenced.

Link copied to clipboard

The default version of the policy.

Link copied to clipboard

The description of the policy.

Link copied to clipboard
val id: String

The ID of the policy.

Link copied to clipboard

The name of the policy.

Link copied to clipboard

The type of the policy. If you do not specify this parameter, the system lists all types of policies. Valid values: Custom and System.

Link copied to clipboard

The time when the policy was updated.