listSecretValue

Lists the decrypted value of the specified named value of the secret resource. This is a privileged operation. Uses Azure REST API version 2018-09-01-preview.

Return

This type represents the unencrypted value of the secret.

Parameters

argument

null


suspend fun listSecretValue(resourceGroupName: String, secretResourceName: String, secretValueResourceName: String): ListSecretValueResult

Return

This type represents the unencrypted value of the secret.

Parameters

resourceGroupName

Azure resource group name

secretResourceName

The name of the secret resource.

secretValueResourceName

The name of the secret resource value which is typically the version identifier for the value.

See also


Return

This type represents the unencrypted value of the secret.

Parameters

argument

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

See also