Interface InformationProtectionPolicy


public interface InformationProtectionPolicy
An immutable client-side representation of InformationProtectionPolicy.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • lastModifiedUtc

      OffsetDateTime lastModifiedUtc()
      Gets the lastModifiedUtc property: Describes the last UTC time the policy was modified.
      Returns:
      the lastModifiedUtc value.
    • version

      String version()
      Gets the version property: Describes the version of the policy.
      Returns:
      the version value.
    • labels

      Gets the labels property: Dictionary of sensitivity labels.
      Returns:
      the labels value.
    • informationTypes

      Map<String,InformationType> informationTypes()
      Gets the informationTypes property: The sensitivity information types.
      Returns:
      the informationTypes value.
    • innerModel

      Gets the inner com.azure.resourcemanager.security.fluent.models.InformationProtectionPolicyInner object.
      Returns:
      the inner object.
    • update

      Begins update for the InformationProtectionPolicy resource.
      Returns:
      the stage of resource update.
    • refresh

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      InformationProtectionPolicy refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.