Azure Media Content Key Policy
This page shows how to write Terraform and Azure Resource Manager for Media Content Key Policy and write them securely.
azurerm_media_content_key_policy (Terraform)
The Content Key Policy in Media can be configured in Terraform with the resource name azurerm_media_content_key_policy. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
-
descriptionoptional - string -
idoptional computed - string -
media_services_account_namerequired - string -
namerequired - string -
resource_group_namerequired - string -
policy_optionset block-
clear_key_configuration_enabledoptional - bool -
namerequired - string -
open_restriction_enabledoptional - bool -
widevine_configuration_templateoptional - string -
fairplay_configurationlist block-
askoptional - string -
pfxoptional - string -
pfx_passwordoptional - string -
rental_and_lease_key_typeoptional - string -
rental_duration_secondsoptional - number -
offline_rental_configurationlist block-
playback_duration_secondsoptional - number -
storage_duration_secondsoptional - number
-
-
-
playready_configuration_licenselist block-
allow_test_devicesoptional - bool -
begin_dateoptional - string -
content_key_location_from_header_enabledoptional - bool -
content_key_location_from_key_idoptional - string -
content_typeoptional - string -
expiration_dateoptional - string -
grace_periodoptional - string -
license_typeoptional - string -
relative_begin_dateoptional - string -
relative_expiration_dateoptional - string -
play_rightlist block-
agc_and_color_stripe_restrictionoptional - number -
allow_passing_video_content_to_unknown_outputoptional - string -
analog_video_oploptional - number -
compressed_digital_audio_oploptional - number -
digital_video_only_content_restrictionoptional - bool -
first_play_expirationoptional - string -
image_constraint_for_analog_component_video_restrictionoptional - bool -
image_constraint_for_analog_computer_monitor_restrictionoptional - bool -
scms_restrictionoptional - number -
uncompressed_digital_audio_oploptional - number -
uncompressed_digital_video_oploptional - number
-
-
-
token_restrictionlist block-
audienceoptional - string -
issueroptional - string -
open_id_connect_discovery_documentoptional - string -
primary_rsa_token_key_exponentoptional - string -
primary_rsa_token_key_modulusoptional - string -
primary_symmetric_token_keyoptional - string -
primary_x509_token_key_rawoptional - string -
token_typeoptional - string -
required_claimlist block
-
-
-
timeoutssingle block
Explanation in Terraform Registry
Manages a Content Key Policy.
Microsoft.Media/mediaservices/contentkeypolicies (Azure Resource Manager)
The mediaservices/contentkeypolicies in Microsoft.Media can be configured in Azure Resource Manager with the resource name Microsoft.Media/mediaservices/contentkeypolicies. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.