Interface CreateWorkspaceApiKeyResponse.Builder

  • Method Details

    • key

      The key token. Use this value as a bearer token to authenticate HTTP requests to the workspace.

      Parameters:
      key - The key token. Use this value as a bearer token to authenticate HTTP requests to the workspace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keyName

      The name of the key that was created.

      Parameters:
      keyName - The name of the key that was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workspaceId

      The ID of the workspace that the key is valid for.

      Parameters:
      workspaceId - The ID of the workspace that the key is valid for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.