GetControlPoliciesPolicy

data class GetControlPoliciesPolicy(val attachmentCount: Int, val controlPolicyName: String, val description: String, val effectScope: String, val id: String, val policyDocument: String, val policyId: String, val policyType: String)

Constructors

Link copied to clipboard
constructor(attachmentCount: Int, controlPolicyName: String, description: String, effectScope: String, id: String, policyDocument: String, policyId: String, policyType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The count of policy attachment.

Link copied to clipboard

The name of policy.

Link copied to clipboard

The description of policy.

Link copied to clipboard

The effect scope.

Link copied to clipboard
val id: String

The ID of the Control Policy.

Link copied to clipboard

The policy document.

Link copied to clipboard

The ID of policy.

Link copied to clipboard

The type of policy.