1. Packages
  2. Azure Native
  3. API Docs
  4. apimanagement
  5. getAuthorizationLoginLinkPost
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi

azure-native.apimanagement.getAuthorizationLoginLinkPost

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi

    Gets authorization login links. Azure REST API version: 2022-08-01.

    Other available API versions: 2022-09-01-preview, 2023-03-01-preview, 2023-05-01-preview.

    Using getAuthorizationLoginLinkPost

    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 getAuthorizationLoginLinkPost(args: GetAuthorizationLoginLinkPostArgs, opts?: InvokeOptions): Promise<GetAuthorizationLoginLinkPostResult>
    function getAuthorizationLoginLinkPostOutput(args: GetAuthorizationLoginLinkPostOutputArgs, opts?: InvokeOptions): Output<GetAuthorizationLoginLinkPostResult>
    def get_authorization_login_link_post(authorization_id: Optional[str] = None,
                                          authorization_provider_id: Optional[str] = None,
                                          post_login_redirect_url: Optional[str] = None,
                                          resource_group_name: Optional[str] = None,
                                          service_name: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetAuthorizationLoginLinkPostResult
    def get_authorization_login_link_post_output(authorization_id: Optional[pulumi.Input[str]] = None,
                                          authorization_provider_id: Optional[pulumi.Input[str]] = None,
                                          post_login_redirect_url: Optional[pulumi.Input[str]] = None,
                                          resource_group_name: Optional[pulumi.Input[str]] = None,
                                          service_name: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetAuthorizationLoginLinkPostResult]
    func GetAuthorizationLoginLinkPost(ctx *Context, args *GetAuthorizationLoginLinkPostArgs, opts ...InvokeOption) (*GetAuthorizationLoginLinkPostResult, error)
    func GetAuthorizationLoginLinkPostOutput(ctx *Context, args *GetAuthorizationLoginLinkPostOutputArgs, opts ...InvokeOption) GetAuthorizationLoginLinkPostResultOutput

    > Note: This function is named GetAuthorizationLoginLinkPost in the Go SDK.

    public static class GetAuthorizationLoginLinkPost 
    {
        public static Task<GetAuthorizationLoginLinkPostResult> InvokeAsync(GetAuthorizationLoginLinkPostArgs args, InvokeOptions? opts = null)
        public static Output<GetAuthorizationLoginLinkPostResult> Invoke(GetAuthorizationLoginLinkPostInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAuthorizationLoginLinkPostResult> getAuthorizationLoginLinkPost(GetAuthorizationLoginLinkPostArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:apimanagement:getAuthorizationLoginLinkPost
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AuthorizationId string
    Identifier of the authorization.
    AuthorizationProviderId string
    Identifier of the authorization provider.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ServiceName string
    The name of the API Management service.
    PostLoginRedirectUrl string
    The redirect URL after login has completed.
    AuthorizationId string
    Identifier of the authorization.
    AuthorizationProviderId string
    Identifier of the authorization provider.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ServiceName string
    The name of the API Management service.
    PostLoginRedirectUrl string
    The redirect URL after login has completed.
    authorizationId String
    Identifier of the authorization.
    authorizationProviderId String
    Identifier of the authorization provider.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    serviceName String
    The name of the API Management service.
    postLoginRedirectUrl String
    The redirect URL after login has completed.
    authorizationId string
    Identifier of the authorization.
    authorizationProviderId string
    Identifier of the authorization provider.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    serviceName string
    The name of the API Management service.
    postLoginRedirectUrl string
    The redirect URL after login has completed.
    authorization_id str
    Identifier of the authorization.
    authorization_provider_id str
    Identifier of the authorization provider.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    service_name str
    The name of the API Management service.
    post_login_redirect_url str
    The redirect URL after login has completed.
    authorizationId String
    Identifier of the authorization.
    authorizationProviderId String
    Identifier of the authorization provider.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    serviceName String
    The name of the API Management service.
    postLoginRedirectUrl String
    The redirect URL after login has completed.

    getAuthorizationLoginLinkPost Result

    The following output properties are available:

    LoginLink string
    The login link
    LoginLink string
    The login link
    loginLink String
    The login link
    loginLink string
    The login link
    login_link str
    The login link
    loginLink String
    The login link

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi