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.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.apimanagement.getAuthorizationLoginLinkPost
Explore with Pulumi AI
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.47.1 published on Monday, Jun 24, 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, 2023-09-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:
- string
- Identifier of the authorization.
- string
- Identifier of the authorization provider.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Service
Name string - The name of the API Management service.
- Post
Login stringRedirect Url - The redirect URL after login has completed.
- string
- Identifier of the authorization.
- string
- Identifier of the authorization provider.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Service
Name string - The name of the API Management service.
- Post
Login stringRedirect Url - The redirect URL after login has completed.
- String
- Identifier of the authorization.
- String
- Identifier of the authorization provider.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- service
Name String - The name of the API Management service.
- post
Login StringRedirect Url - The redirect URL after login has completed.
- string
- Identifier of the authorization.
- string
- Identifier of the authorization provider.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- service
Name string - The name of the API Management service.
- post
Login stringRedirect Url - The redirect URL after login has completed.
- str
- Identifier of the authorization.
- str
- Identifier of the authorization provider.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- service_
name str - The name of the API Management service.
- post_
login_ strredirect_ url - The redirect URL after login has completed.
- String
- Identifier of the authorization.
- String
- Identifier of the authorization provider.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- service
Name String - The name of the API Management service.
- post
Login StringRedirect Url - The redirect URL after login has completed.
getAuthorizationLoginLinkPost Result
The following output properties are available:
- Login
Link string - The login link
- Login
Link string - The login link
- login
Link String - The login link
- login
Link string - The login link
- login_
link str - The login link
- login
Link String - The login link
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
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.47.1 published on Monday, Jun 24, 2024 by Pulumi