getSecret

The operation returns properties of a Secret. Azure REST API version: 2022-09-04.

Return

Secret represents a secret.

Parameters

argument

null


suspend fun getSecret(childResourceName: String, resourceGroupName: String, resourceName: String): GetSecretResult

Return

Secret represents a secret.

See also

Parameters

childResourceName

The name of the Secret resource.

resourceGroupName

The name of the resource group. The name is case insensitive.

resourceName

The name of the OpenShift cluster resource.


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

Return

Secret represents a secret.

See also

Parameters

argument

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