ContentKeyPolicyOpenRestrictionArgs

data class ContentKeyPolicyOpenRestrictionArgs(val odataType: Output<String>) : ConvertibleToJava<ContentKeyPolicyOpenRestrictionArgs>

Represents an open restriction. License or key will be delivered on every request.

Constructors

Link copied to clipboard
constructor(odataType: Output<String>)

Properties

Link copied to clipboard
val odataType: Output<String>

The discriminator for derived types. Expected value is '#Microsoft.Media.ContentKeyPolicyOpenRestriction'.

Functions

Link copied to clipboard
open override fun toJava(): ContentKeyPolicyOpenRestrictionArgs