java.lang.Object
com.azure.resourcemanager.appconfiguration.fluent.models.ApiKeyInner

public final class ApiKeyInner extends Object
An API key used for authenticating with a configuration store endpoint.
  • Constructor Details

    • ApiKeyInner

      public ApiKeyInner()
  • Method Details

    • id

      public String id()
      Get the id property: The key ID.
      Returns:
      the id value.
    • name

      public String name()
      Get the name property: A name for the key describing its usage.
      Returns:
      the name value.
    • value

      public String value()
      Get the value property: The value of the key that is used for authentication purposes.
      Returns:
      the value value.
    • connectionString

      public String connectionString()
      Get the connectionString property: A connection string that can be used by supporting clients for authentication.
      Returns:
      the connectionString value.
    • lastModified

      public OffsetDateTime lastModified()
      Get the lastModified property: The last time any of the key's properties were modified.
      Returns:
      the lastModified value.
    • readOnly

      public Boolean readOnly()
      Get the readOnly property: Whether this key can only be used for read operations.
      Returns:
      the readOnly value.
    • validate

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