GetContentKeyPolicyPropertiesWithSecretsResult

data class GetContentKeyPolicyPropertiesWithSecretsResult(val created: String, val description: String? = null, val lastModified: String, val options: List<ContentKeyPolicyOptionResponse>, val policyId: String)

The properties of the Content Key Policy.

Constructors

constructor(created: String, description: String? = null, lastModified: String, options: List<ContentKeyPolicyOptionResponse>, policyId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation date of the Policy

Link copied to clipboard
val description: String? = null

A description for the Policy.

Link copied to clipboard

The last modified date of the Policy

Link copied to clipboard

The Key Policy options.

Link copied to clipboard

The legacy Policy ID.