Class PolicyMetadataSlimProperties

java.lang.Object
com.azure.resourcemanager.policyinsights.fluent.models.PolicyMetadataSlimProperties
Direct Known Subclasses:
PolicyMetadataProperties

public class PolicyMetadataSlimProperties extends Object
The properties of the policy metadata, excluding properties containing large strings.
  • Constructor Details

    • PolicyMetadataSlimProperties

      public PolicyMetadataSlimProperties()
      Creates an instance of PolicyMetadataSlimProperties class.
  • Method Details

    • metadataId

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

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

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

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

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

      public Object metadata()
      Get the metadata property: Additional metadata.
      Returns:
      the metadata value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.