Get Streaming Policy Result
data class GetStreamingPolicyResult(val commonEncryptionCbcs: CommonEncryptionCbcsResponse? = null, val commonEncryptionCenc: CommonEncryptionCencResponse? = null, val created: String, val defaultContentKeyPolicyName: String? = null, val envelopeEncryption: EnvelopeEncryptionResponse? = null, val id: String, val name: String, val noEncryption: NoEncryptionResponse? = null, val systemData: SystemDataResponse, val type: String)
A Streaming Policy resource
Constructors
Link copied to clipboard
fun GetStreamingPolicyResult(commonEncryptionCbcs: CommonEncryptionCbcsResponse? = null, commonEncryptionCenc: CommonEncryptionCencResponse? = null, created: String, defaultContentKeyPolicyName: String? = null, envelopeEncryption: EnvelopeEncryptionResponse? = null, id: String, name: String, noEncryption: NoEncryptionResponse? = null, systemData: SystemDataResponse, type: String)