ContentKeyPolicyPolicyOptionPlayreadyConfigurationLicensePlayRightExplicitAnalogTelevisionOutputRestrictionArgs

data class ContentKeyPolicyPolicyOptionPlayreadyConfigurationLicensePlayRightExplicitAnalogTelevisionOutputRestrictionArgs(val bestEffortEnforced: Output<Boolean>? = null, val controlBits: Output<Int>) : ConvertibleToJava<ContentKeyPolicyPolicyOptionPlayreadyConfigurationLicensePlayRightExplicitAnalogTelevisionOutputRestrictionArgs>

Constructors

constructor(bestEffortEnforced: Output<Boolean>? = null, controlBits: Output<Int>)

Properties

Link copied to clipboard
val bestEffortEnforced: Output<Boolean>? = null

Indicates whether this restriction is enforced on a best effort basis. Possible values are true or false. Defaults to false.

Link copied to clipboard
val controlBits: Output<Int>

The restriction control bits. Possible value is integer between 0 and 3 inclusive.

Functions

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