azure-native.apimanagement.getAuthorizationProvider
Explore with Pulumi AI
Gets the details of the authorization provider specified by its identifier. Azure REST API version: 2022-08-01.
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:
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
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"
- Display
Name string Authorization Provider name. Must be 1 to 300 characters long.
- Identity
Provider string Identity provider name. Must be 1 to 300 characters long.
- Oauth2
Pulumi.
Azure Native. Api Management. Outputs. Authorization Provider OAuth2Settings Response 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"
- Display
Name string Authorization Provider name. Must be 1 to 300 characters long.
- Identity
Provider string Identity provider name. Must be 1 to 300 characters long.
- Oauth2
Authorization
Provider OAuth2Settings Response 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"
- display
Name String Authorization Provider name. Must be 1 to 300 characters long.
- identity
Provider String Identity provider name. Must be 1 to 300 characters long.
- oauth2
Authorization
Provider OAuth2Settings Response 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"
- display
Name string Authorization Provider name. Must be 1 to 300 characters long.
- identity
Provider string Identity provider name. Must be 1 to 300 characters long.
- oauth2
Authorization
Provider OAuth2Settings Response 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
Authorization
Provider OAuth2Settings Response 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"
- display
Name String Authorization Provider name. Must be 1 to 300 characters long.
- identity
Provider String Identity provider name. Must be 1 to 300 characters long.
- oauth2 Property Map
OAuth2 settings
Supporting Types
AuthorizationProviderOAuth2GrantTypesResponse
- Dictionary<string, string>
OAuth2 authorization code grant parameters
- Client
Credentials Dictionary<string, string> OAuth2 client credential grant parameters
- map[string]string
OAuth2 authorization code grant parameters
- Client
Credentials map[string]string OAuth2 client credential grant parameters
- Map<String,String>
OAuth2 authorization code grant parameters
- client
Credentials Map<String,String> OAuth2 client credential grant parameters
- {[key: string]: string}
OAuth2 authorization code grant parameters
- client
Credentials {[key: string]: string} OAuth2 client credential grant parameters
- Mapping[str, str]
OAuth2 authorization code grant parameters
- client_
credentials Mapping[str, str] OAuth2 client credential grant parameters
- Map<String>
OAuth2 authorization code grant parameters
- client
Credentials Map<String> OAuth2 client credential grant parameters
AuthorizationProviderOAuth2SettingsResponse
- Grant
Types Pulumi.Azure Native. Api Management. Inputs. Authorization Provider OAuth2Grant Types Response OAuth2 settings
- Redirect
Url string Redirect URL to be set in the OAuth application.
- Grant
Types AuthorizationProvider OAuth2Grant Types Response OAuth2 settings
- Redirect
Url string Redirect URL to be set in the OAuth application.
- grant
Types AuthorizationProvider OAuth2Grant Types Response OAuth2 settings
- redirect
Url String Redirect URL to be set in the OAuth application.
- grant
Types AuthorizationProvider OAuth2Grant Types Response OAuth2 settings
- redirect
Url string Redirect URL to be set in the OAuth application.
- grant_
types AuthorizationProvider OAuth2Grant Types Response OAuth2 settings
- redirect_
url str Redirect URL to be set in the OAuth application.
- grant
Types Property Map OAuth2 settings
- redirect
Url String Redirect URL to be set in the OAuth application.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0