get Recovery Point Access Token
suspend fun getRecoveryPointAccessToken(argument: GetRecoveryPointAccessTokenPlainArgs): GetRecoveryPointAccessTokenResult
Uses Azure REST API version 2023-01-15. Other available API versions: 2018-12-20, 2021-11-15.
Return
null
Parameters
argument
null
suspend fun getRecoveryPointAccessToken(containerName: String, eTag: String? = null, fabricName: String, location: String? = null, properties: AADProperties? = null, protectedItemName: String, recoveryPointId: String, resourceGroupName: String, tags: Map<String, String>? = null, vaultName: String): GetRecoveryPointAccessTokenResult
Return
null
Parameters
container Name
Name of the container.
e Tag
Optional ETag.
fabric Name
Fabric name associated with the container.
location
Resource location.
properties
AADPropertiesResource properties
protected Item Name
Name of the Protected Item.
recovery Point Id
Recovery Point Id
resource Group Name
The name of the resource group where the recovery services vault is present.
tags
Resource tags.
vault Name
The name of the recovery services vault.
See also
suspend fun getRecoveryPointAccessToken(argument: suspend GetRecoveryPointAccessTokenPlainArgsBuilder.() -> Unit): GetRecoveryPointAccessTokenResult
Return
null
Parameters
argument
Builder for com.pulumi.azurenative.recoveryservices.kotlin.inputs.GetRecoveryPointAccessTokenPlainArgs.