GetUserSharedAccessTokenPlainArgs

data class GetUserSharedAccessTokenPlainArgs(val expiry: String, val keyType: KeyType, val resourceGroupName: String, val serviceName: String, val userId: String) : ConvertibleToJava<GetUserSharedAccessTokenPlainArgs>

Constructors

Link copied to clipboard
constructor(expiry: String, keyType: KeyType, resourceGroupName: String, serviceName: String, userId: String)

Properties

Link copied to clipboard

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.

Link copied to clipboard

The Key to be used to generate token for user.

Link copied to clipboard

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

Link copied to clipboard

The name of the API Management service.

Link copied to clipboard

User identifier. Must be unique in the current API Management service instance.

Functions

Link copied to clipboard
open override fun toJava(): GetUserSharedAccessTokenPlainArgs