Interface ContentKeyPolicyProperties


public interface ContentKeyPolicyProperties
An immutable client-side representation of ContentKeyPolicyProperties.
  • 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

      Gets the options property: The Key Policy options.
      Returns:
      the options value.
    • innerModel

      Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.ContentKeyPolicyPropertiesInner object.
      Returns:
      the inner object.