GetPolicyVersionsVersion

data class GetPolicyVersionsVersion(val id: String, val isDefaultVersion: Boolean, val policyDocument: String, val versionId: String)

Constructors

Link copied to clipboard
constructor(id: String, isDefaultVersion: Boolean, policyDocument: String, versionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the resource, the value is <policy_name>:<version_id>.

Link copied to clipboard

Indicates whether the policy version is the default version.

Link copied to clipboard

(Available in v1.114.0+) The policy document of the policy version.

Link copied to clipboard

The ID of the policy version.