list Secret Value
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
resource Group Name
Azure resource group name
secret Resource Name
The name of the secret resource.
secret Value Resource Name
The name of the secret resource value which is typically the version identifier for the value.
See also
suspend fun listSecretValue(argument: suspend ListSecretValuePlainArgsBuilder.() -> Unit): ListSecretValueResult
Return
This type represents the unencrypted value of the secret.
Parameters
argument
Builder for com.pulumi.azurenative.servicefabricmesh.kotlin.inputs.ListSecretValuePlainArgs.