getClientToken

Use this function to get an Azure authentication token for the current login context.

Return

Configuration values returned by getClientToken.

Parameters

argument

null


suspend fun getClientToken(endpoint: String? = null): GetClientTokenResult

Return

Configuration values returned by getClientToken.

Parameters

endpoint

Optional authentication endpoint. Defaults to the endpoint of Azure Resource Manager.

See also


Return

Configuration values returned by getClientToken.

Parameters

argument

Builder for com.pulumi.azurenative.authorization.kotlin.inputs.GetClientTokenPlainArgs.

See also