Class SecretProperties

java.lang.Object
com.azure.resourcemanager.devtestlabs.fluent.models.SecretProperties

public final class SecretProperties extends Object
Properties of a secret.
  • Constructor Details

    • SecretProperties

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

    • value

      public String value()
      Get the value property: The value of the secret for secret creation.
      Returns:
      the value value.
    • withValue

      public SecretProperties withValue(String value)
      Set the value property: The value of the secret for secret creation.
      Parameters:
      value - the value value to set.
      Returns:
      the SecretProperties object itself.
    • provisioningState

      public String provisioningState()
      Get the provisioningState property: The provisioning status of the resource.
      Returns:
      the provisioningState value.
    • uniqueIdentifier

      public String uniqueIdentifier()
      Get the uniqueIdentifier property: The unique immutable identifier of a resource (Guid).
      Returns:
      the uniqueIdentifier value.
    • validate

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