get User Shared Access Token
suspend fun getUserSharedAccessToken(argument: GetUserSharedAccessTokenPlainArgs): GetUserSharedAccessTokenResult
Gets the Shared Access Authorization Token for the User. API Version: 2020-12-01.
Return
Get User Token response details.
Parameters
argument
null
suspend fun getUserSharedAccessToken(expiry: String, keyType: KeyType, resourceGroupName: String, serviceName: String, userId: String): GetUserSharedAccessTokenResult
Return
Get User Token response details.
Parameters
expiry
The Expiry time of the Token. Maximum token expiry time is set to 30 days. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ
as specified by the ISO 8601 standard.
key Type
The Key to be used to generate token for user.
resource Group Name
The name of the resource group.
service Name
The name of the API Management service.
user Id
User identifier. Must be unique in the current API Management service instance.
See also
suspend fun getUserSharedAccessToken(argument: suspend GetUserSharedAccessTokenPlainArgsBuilder.() -> Unit): GetUserSharedAccessTokenResult
Return
Get User Token response details.
Parameters
argument
Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetUserSharedAccessTokenPlainArgs.