ResourceUserAccessParamArgs

data class ResourceUserAccessParamArgs(val accessId: Output<String>, val accessKey: Output<String>, val endpoint: Output<String>, val workspaceId: Output<String>) : ConvertibleToJava<ResourceUserAccessParamArgs>

Constructors

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

Properties

Link copied to clipboard
val accessId: Output<String>

Access keys are important credentials for authentication.

Link copied to clipboard
val accessKey: Output<String>

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
val endpoint: Output<String>

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

Link copied to clipboard
val workspaceId: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): ResourceUserAccessParamArgs