getSecret

The operation returns properties of a Secret. Uses Azure REST API version 2022-09-04. Other available API versions: 2023-04-01, 2023-07-01-preview, 2023-09-04, 2023-11-22.

Return

Secret represents a secret.

Parameters

argument

null


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

Return

Secret represents a secret.

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.

See also


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

Return

Secret represents a secret.

Parameters

argument

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

See also