Class ApiKeyResponse


  • public final class ApiKeyResponse
    extends java.lang.Object
    • Method Detail

      • connectionString

        public java.lang.String connectionString()
        Returns:
        A connection string that can be used by supporting clients for authentication.
      • id

        public java.lang.String id()
        Returns:
        The key ID.
      • lastModified

        public java.lang.String lastModified()
        Returns:
        The last time any of the key's properties were modified.
      • name

        public java.lang.String name()
        Returns:
        A name for the key describing its usage.
      • readOnly

        public java.lang.Boolean readOnly()
        Returns:
        Whether this key can only be used for read operations.
      • value

        public java.lang.String value()
        Returns:
        The value of the key that is used for authentication purposes.