Get Streaming Policy Result
data class GetStreamingPolicyResult(val azureApiVersion: String, 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
constructor(azureApiVersion: String, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Configuration of CommonEncryptionCbcs
Link copied to clipboard
Configuration of CommonEncryptionCenc
Link copied to clipboard
Default ContentKey used by current Streaming Policy
Link copied to clipboard
Configuration of EnvelopeEncryption
Link copied to clipboard
Configurations of NoEncryption
Link copied to clipboard
The system metadata relating to this resource.