Content Key Policy Fair Play Configuration Args
data class ContentKeyPolicyFairPlayConfigurationArgs(val ask: Output<String>, val fairPlayPfx: Output<String>, val fairPlayPfxPassword: Output<String>, val odataType: Output<String>, val offlineRentalConfiguration: Output<ContentKeyPolicyFairPlayOfflineRentalConfigurationArgs>? = null, val rentalAndLeaseKeyType: Output<Either<String, ContentKeyPolicyFairPlayRentalAndLeaseKeyType>>, val rentalDuration: Output<Double>) : ConvertibleToJava<ContentKeyPolicyFairPlayConfigurationArgs>
Specifies a configuration for FairPlay licenses.
Constructors
Link copied to clipboard
constructor(ask: Output<String>, fairPlayPfx: Output<String>, fairPlayPfxPassword: Output<String>, odataType: Output<String>, offlineRentalConfiguration: Output<ContentKeyPolicyFairPlayOfflineRentalConfigurationArgs>? = null, rentalAndLeaseKeyType: Output<Either<String, ContentKeyPolicyFairPlayRentalAndLeaseKeyType>>, rentalDuration: Output<Double>)
Properties
Link copied to clipboard
The Base64 representation of FairPlay certificate in PKCS 12 (pfx) format (including private key).
Link copied to clipboard
The password encrypting FairPlay certificate in PKCS 12 (pfx) format.
Link copied to clipboard
val offlineRentalConfiguration: Output<ContentKeyPolicyFairPlayOfflineRentalConfigurationArgs>? = null
Offline rental policy
Link copied to clipboard
The rental and lease key type.
Link copied to clipboard
The rental duration. Must be greater than or equal to 0.