ResourceUserAccessParam

data class ResourceUserAccessParam(val accessId: String, val accessKey: String, val endpoint: String, val workspaceId: String)

Constructors

Link copied to clipboard
constructor(accessId: String, accessKey: String, endpoint: String, workspaceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Access keys are important credentials for authentication.

Link copied to clipboard

A Secret Key is a Secret credential paired with an access Key to verify a user's identity and protect the security of an interface.

Link copied to clipboard

An Endpoint is a network address for accessing a service or API, usually a URL to a specific service instance.

Link copied to clipboard

A Workspace generally refers to a separate space created by a user on a particular computing environment or platform.