getSecretValue

Get the information about the specified named secret value resources. The information does not include the actual value of the secret. Uses Azure REST API version 2018-09-01-preview.

Return

This type describes a value of a secret resource. The name of this resource is the version identifier corresponding to this secret value.

Parameters

argument

null


suspend fun getSecretValue(resourceGroupName: String, secretResourceName: String, secretValueResourceName: String): GetSecretValueResult

Return

This type describes a value of a secret resource. The name of this resource is the version identifier corresponding to this secret value.

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 describes a value of a secret resource. The name of this resource is the version identifier corresponding to this secret value.

Parameters

argument

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

See also