getSecret

Gets the information about the secret resource with the given name. The information include the description and other properties of the secret. Uses Azure REST API version 2018-09-01-preview.

Return

This type describes a secret resource.

Parameters

argument

null


suspend fun getSecret(resourceGroupName: String, secretResourceName: String): GetSecretResult

Return

This type describes a secret resource.

Parameters

resourceGroupName

Azure resource group name

secretResourceName

The name of the secret resource.

See also


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

Return

This type describes a secret resource.

Parameters

argument

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

See also