Interface SlimPolicyMetadata


public interface SlimPolicyMetadata
An immutable client-side representation of SlimPolicyMetadata.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the additionalContentUrl property: Url for getting additional content about the resource metadata.
    Gets the category property: The category of the policy metadata.
    id()
    Gets the id property: The ID of the policy metadata.
    Gets the inner com.azure.resourcemanager.policyinsights.fluent.models.SlimPolicyMetadataInner object.
    Gets the metadata property: Additional metadata.
    Gets the metadataId property: The policy metadata identifier.
    Gets the name property: The name of the policy metadata.
    Gets the owner property: The owner of the policy metadata.
    Gets the title property: The title of the policy metadata.
    Gets the type property: The type of the policy metadata.
  • Method Details

    • id

      String id()
      Gets the id property: The ID of the policy metadata.
      Returns:
      the id value.
    • type

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

      String name()
      Gets the name property: The name of the policy metadata.
      Returns:
      the name value.
    • metadataId

      String metadataId()
      Gets the metadataId property: The policy metadata identifier.
      Returns:
      the metadataId value.
    • category

      String category()
      Gets the category property: The category of the policy metadata.
      Returns:
      the category value.
    • title

      String title()
      Gets the title property: The title of the policy metadata.
      Returns:
      the title value.
    • owner

      String owner()
      Gets the owner property: The owner of the policy metadata.
      Returns:
      the owner value.
    • additionalContentUrl

      String additionalContentUrl()
      Gets the additionalContentUrl property: Url for getting additional content about the resource metadata.
      Returns:
      the additionalContentUrl value.
    • metadata

      Object metadata()
      Gets the metadata property: Additional metadata.
      Returns:
      the metadata value.
    • innerModel

      Gets the inner com.azure.resourcemanager.policyinsights.fluent.models.SlimPolicyMetadataInner object.
      Returns:
      the inner object.