getSecret

Get secret. API Version: 2018-09-15.

Return

A secret.

Parameters

argument

null


suspend fun getSecret(expand: String? = null, labName: String, name: String, resourceGroupName: String, userName: String): GetSecretResult

Return

A secret.

Parameters

expand

Specify the $expand query. Example: 'properties($select=value)'

labName

The name of the lab.

name

The name of the secret.

resourceGroupName

The name of the resource group.

userName

The name of the user profile.

See also


suspend fun getSecret(argument: suspend GetSecretPlainArgsBuilder.() -> Unit): GetSecretResult

Return

A secret.

Parameters

argument

Builder for com.pulumi.azurenative.devtestlab.kotlin.inputs.GetSecretPlainArgs.

See also