Interface ContentKeyPolicyProperties
public interface ContentKeyPolicyProperties
An immutable client-side representation of ContentKeyPolicyProperties.
-
Method Summary
Modifier and TypeMethodDescriptioncreated()
Gets the created property: The creation date of the Policy.Gets the description property: A description for the Policy.Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.ContentKeyPolicyPropertiesInner object.Gets the lastModified property: The last modified date of the Policy.options()
Gets the options property: The Key Policy options.policyId()
Gets the policyId property: The legacy Policy ID.
-
Method Details
-
policyId
UUID policyId()Gets the policyId property: The legacy Policy ID.- Returns:
- the policyId value.
-
created
OffsetDateTime created()Gets the created property: The creation date of the Policy.- Returns:
- the created value.
-
lastModified
OffsetDateTime lastModified()Gets the lastModified property: The last modified date of the Policy.- Returns:
- the lastModified value.
-
description
String description()Gets the description property: A description for the Policy.- Returns:
- the description value.
-
options
List<ContentKeyPolicyOption> options()Gets the options property: The Key Policy options.- Returns:
- the options value.
-
innerModel
ContentKeyPolicyPropertiesInner innerModel()Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.ContentKeyPolicyPropertiesInner object.- Returns:
- the inner object.
-