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

    Modifier and Type
    Method
    Description
    Gets the connectionString property: A connection string that can be used by supporting clients for authentication.
    id()
    Gets the id property: The key ID.
    Gets the inner com.azure.resourcemanager.appconfiguration.fluent.models.ApiKeyInner object.
    Gets the lastModified property: The last time any of the key's properties were modified.
    Gets the name property: A name for the key describing its usage.
    Gets the readOnly property: Whether this key can only be used for read operations.
    Gets the value property: The value of the key that is used for authentication purposes.
  • Method Details

    • id

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

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

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

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

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

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

      ApiKeyInner innerModel()
      Gets the inner com.azure.resourcemanager.appconfiguration.fluent.models.ApiKeyInner object.
      Returns:
      the inner object.