1. Packages
  2. Azure Native
  3. API Docs
  4. apimanagement
  5. getAuthorizationProvider
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.getAuthorizationProvider

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 the details of the authorization provider specified by its identifier. Azure REST API version: 2022-08-01.

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

    Using getAuthorizationProvider

    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 getAuthorizationProvider(args: GetAuthorizationProviderArgs, opts?: InvokeOptions): Promise<GetAuthorizationProviderResult>
    function getAuthorizationProviderOutput(args: GetAuthorizationProviderOutputArgs, opts?: InvokeOptions): Output<GetAuthorizationProviderResult>
    def get_authorization_provider(authorization_provider_id: Optional[str] = None,
                                   resource_group_name: Optional[str] = None,
                                   service_name: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetAuthorizationProviderResult
    def get_authorization_provider_output(authorization_provider_id: 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[GetAuthorizationProviderResult]
    func LookupAuthorizationProvider(ctx *Context, args *LookupAuthorizationProviderArgs, opts ...InvokeOption) (*LookupAuthorizationProviderResult, error)
    func LookupAuthorizationProviderOutput(ctx *Context, args *LookupAuthorizationProviderOutputArgs, opts ...InvokeOption) LookupAuthorizationProviderResultOutput

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

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

    The following arguments are supported:

    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.
    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.
    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.
    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.
    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.
    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.

    getAuthorizationProvider Result

    The following output properties are available:

    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    DisplayName string
    Authorization Provider name. Must be 1 to 300 characters long.
    IdentityProvider string
    Identity provider name. Must be 1 to 300 characters long.
    Oauth2 Pulumi.AzureNative.ApiManagement.Outputs.AuthorizationProviderOAuth2SettingsResponse
    OAuth2 settings
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    DisplayName string
    Authorization Provider name. Must be 1 to 300 characters long.
    IdentityProvider string
    Identity provider name. Must be 1 to 300 characters long.
    Oauth2 AuthorizationProviderOAuth2SettingsResponse
    OAuth2 settings
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    displayName String
    Authorization Provider name. Must be 1 to 300 characters long.
    identityProvider String
    Identity provider name. Must be 1 to 300 characters long.
    oauth2 AuthorizationProviderOAuth2SettingsResponse
    OAuth2 settings
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name string
    The name of the resource
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    displayName string
    Authorization Provider name. Must be 1 to 300 characters long.
    identityProvider string
    Identity provider name. Must be 1 to 300 characters long.
    oauth2 AuthorizationProviderOAuth2SettingsResponse
    OAuth2 settings
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name str
    The name of the resource
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    display_name str
    Authorization Provider name. Must be 1 to 300 characters long.
    identity_provider str
    Identity provider name. Must be 1 to 300 characters long.
    oauth2 AuthorizationProviderOAuth2SettingsResponse
    OAuth2 settings
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    displayName String
    Authorization Provider name. Must be 1 to 300 characters long.
    identityProvider String
    Identity provider name. Must be 1 to 300 characters long.
    oauth2 Property Map
    OAuth2 settings

    Supporting Types

    AuthorizationProviderOAuth2GrantTypesResponse

    AuthorizationCode Dictionary<string, string>
    OAuth2 authorization code grant parameters
    ClientCredentials Dictionary<string, string>
    OAuth2 client credential grant parameters
    AuthorizationCode map[string]string
    OAuth2 authorization code grant parameters
    ClientCredentials map[string]string
    OAuth2 client credential grant parameters
    authorizationCode Map<String,String>
    OAuth2 authorization code grant parameters
    clientCredentials Map<String,String>
    OAuth2 client credential grant parameters
    authorizationCode {[key: string]: string}
    OAuth2 authorization code grant parameters
    clientCredentials {[key: string]: string}
    OAuth2 client credential grant parameters
    authorization_code Mapping[str, str]
    OAuth2 authorization code grant parameters
    client_credentials Mapping[str, str]
    OAuth2 client credential grant parameters
    authorizationCode Map<String>
    OAuth2 authorization code grant parameters
    clientCredentials Map<String>
    OAuth2 client credential grant parameters

    AuthorizationProviderOAuth2SettingsResponse

    GrantTypes Pulumi.AzureNative.ApiManagement.Inputs.AuthorizationProviderOAuth2GrantTypesResponse
    OAuth2 settings
    RedirectUrl string
    Redirect URL to be set in the OAuth application.
    GrantTypes AuthorizationProviderOAuth2GrantTypesResponse
    OAuth2 settings
    RedirectUrl string
    Redirect URL to be set in the OAuth application.
    grantTypes AuthorizationProviderOAuth2GrantTypesResponse
    OAuth2 settings
    redirectUrl String
    Redirect URL to be set in the OAuth application.
    grantTypes AuthorizationProviderOAuth2GrantTypesResponse
    OAuth2 settings
    redirectUrl string
    Redirect URL to be set in the OAuth application.
    grant_types AuthorizationProviderOAuth2GrantTypesResponse
    OAuth2 settings
    redirect_url str
    Redirect URL to be set in the OAuth application.
    grantTypes Property Map
    OAuth2 settings
    redirectUrl String
    Redirect URL to be set in the OAuth application.

    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