GetStreamingPolicyResult

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)

Types

Link copied to clipboard
object Companion

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

Creation time of Streaming Policy

Link copied to clipboard

Default ContentKey used by current Streaming Policy

Link copied to clipboard

Configuration of EnvelopeEncryption

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard

Configurations of NoEncryption

Link copied to clipboard

The system metadata relating to this resource.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"