Azure Native
getUserSharedAccessToken
Get User Token response details. API Version: 2020-12-01.
Using getUserSharedAccessToken
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getUserSharedAccessToken(args: GetUserSharedAccessTokenArgs, opts?: InvokeOptions): Promise<GetUserSharedAccessTokenResult>
function getUserSharedAccessTokenOutput(args: GetUserSharedAccessTokenOutputArgs, opts?: InvokeOptions): Output<GetUserSharedAccessTokenResult>
def get_user_shared_access_token(expiry: Optional[str] = None,
key_type: Optional[KeyType] = None,
resource_group_name: Optional[str] = None,
service_name: Optional[str] = None,
user_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUserSharedAccessTokenResult
def get_user_shared_access_token_output(expiry: Optional[pulumi.Input[str]] = None,
key_type: Optional[pulumi.Input[KeyType]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
service_name: Optional[pulumi.Input[str]] = None,
user_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUserSharedAccessTokenResult]
func GetUserSharedAccessToken(ctx *Context, args *GetUserSharedAccessTokenArgs, opts ...InvokeOption) (*GetUserSharedAccessTokenResult, error)
func GetUserSharedAccessTokenOutput(ctx *Context, args *GetUserSharedAccessTokenOutputArgs, opts ...InvokeOption) GetUserSharedAccessTokenResultOutput
> Note: This function is named GetUserSharedAccessToken
in the Go SDK.
public static class GetUserSharedAccessToken
{
public static Task<GetUserSharedAccessTokenResult> InvokeAsync(GetUserSharedAccessTokenArgs args, InvokeOptions? opts = null)
public static Output<GetUserSharedAccessTokenResult> Invoke(GetUserSharedAccessTokenInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetUserSharedAccessTokenResult> getUserSharedAccessToken(GetUserSharedAccessTokenArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: azure-native:apimanagement:getUserSharedAccessToken
Arguments:
# Arguments dictionary
The following arguments are supported:
- Expiry string
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 Pulumi.Azure Native. Api Management. Key Type The Key to be used to generate token for user.
- Resource
Group stringName The name of the resource group.
- Service
Name string The name of the API Management service.
- User
Id string User identifier. Must be unique in the current API Management service instance.
- Expiry string
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 KeyType The Key to be used to generate token for user.
- Resource
Group stringName The name of the resource group.
- Service
Name string The name of the API Management service.
- User
Id string User identifier. Must be unique in the current API Management service instance.
- expiry String
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 KeyType The Key to be used to generate token for user.
- resource
Group StringName The name of the resource group.
- service
Name String The name of the API Management service.
- user
Id String User identifier. Must be unique in the current API Management service instance.
- expiry string
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 KeyType The Key to be used to generate token for user.
- resource
Group stringName The name of the resource group.
- service
Name string The name of the API Management service.
- user
Id string User identifier. Must be unique in the current API Management service instance.
- expiry str
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 KeyType The Key to be used to generate token for user.
- resource_
group_ strname The name of the resource group.
- service_
name str The name of the API Management service.
- user_
id str User identifier. Must be unique in the current API Management service instance.
- expiry String
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 "primary" | "secondary" The Key to be used to generate token for user.
- resource
Group StringName The name of the resource group.
- service
Name String The name of the API Management service.
- user
Id String User identifier. Must be unique in the current API Management service instance.
getUserSharedAccessToken Result
The following output properties are available:
- Value string
Shared Access Authorization token for the User.
- Value string
Shared Access Authorization token for the User.
- value String
Shared Access Authorization token for the User.
- value string
Shared Access Authorization token for the User.
- value str
Shared Access Authorization token for the User.
- value String
Shared Access Authorization token for the User.
Supporting Types
KeyType
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure-native
- License
- Apache-2.0