public static interface CreateWorkspaceApiKeyResponse.Builder extends GrafanaResponse.Builder, SdkPojo, CopyableBuilder<CreateWorkspaceApiKeyResponse.Builder,CreateWorkspaceApiKeyResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateWorkspaceApiKeyResponse.Builder |
key(String key)
The key token.
|
CreateWorkspaceApiKeyResponse.Builder |
keyName(String keyName)
The name of the key that was created.
|
CreateWorkspaceApiKeyResponse.Builder |
workspaceId(String workspaceId)
The ID of the workspace that the key is valid for.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWorkspaceApiKeyResponse.Builder key(String key)
The key token. Use this value as a bearer token to authenticate HTTP requests to the workspace.
key - The key token. Use this value as a bearer token to authenticate HTTP requests to the workspace.CreateWorkspaceApiKeyResponse.Builder keyName(String keyName)
The name of the key that was created.
keyName - The name of the key that was created.CreateWorkspaceApiKeyResponse.Builder workspaceId(String workspaceId)
The ID of the workspace that the key is valid for.
workspaceId - The ID of the workspace that the key is valid for.Copyright © 2023. All rights reserved.