Class OpenAuthenticationPolicyClaim

java.lang.Object
com.azure.resourcemanager.appservice.models.OpenAuthenticationPolicyClaim

public final class OpenAuthenticationPolicyClaim extends Object
Open authentication policy claim.
  • Constructor Details

    • OpenAuthenticationPolicyClaim

      public OpenAuthenticationPolicyClaim()
  • Method Details

    • name

      public String name()
      Get the name property: The name of the claim.
      Returns:
      the name value.
    • withName

      public OpenAuthenticationPolicyClaim withName(String name)
      Set the name property: The name of the claim.
      Parameters:
      name - the name value to set.
      Returns:
      the OpenAuthenticationPolicyClaim object itself.
    • value

      public String value()
      Get the value property: The value of the claim.
      Returns:
      the value value.
    • withValue

      public OpenAuthenticationPolicyClaim withValue(String value)
      Set the value property: The value of the claim.
      Parameters:
      value - the value value to set.
      Returns:
      the OpenAuthenticationPolicyClaim object itself.
    • validate

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