1. Packages
  2. Azure Native
  3. API Docs
  4. providerhub
  5. getAuthorizedApplication
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.8.0 published on Wednesday, Sep 3, 2025 by Pulumi

azure-native.providerhub.getAuthorizedApplication

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.8.0 published on Wednesday, Sep 3, 2025 by Pulumi

    Gets the authorized application details.

    Uses Azure REST API version 2024-09-01.

    Using getAuthorizedApplication

    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 getAuthorizedApplication(args: GetAuthorizedApplicationArgs, opts?: InvokeOptions): Promise<GetAuthorizedApplicationResult>
    function getAuthorizedApplicationOutput(args: GetAuthorizedApplicationOutputArgs, opts?: InvokeOptions): Output<GetAuthorizedApplicationResult>
    def get_authorized_application(application_id: Optional[str] = None,
                                   provider_namespace: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetAuthorizedApplicationResult
    def get_authorized_application_output(application_id: Optional[pulumi.Input[str]] = None,
                                   provider_namespace: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetAuthorizedApplicationResult]
    func LookupAuthorizedApplication(ctx *Context, args *LookupAuthorizedApplicationArgs, opts ...InvokeOption) (*LookupAuthorizedApplicationResult, error)
    func LookupAuthorizedApplicationOutput(ctx *Context, args *LookupAuthorizedApplicationOutputArgs, opts ...InvokeOption) LookupAuthorizedApplicationResultOutput

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

    public static class GetAuthorizedApplication 
    {
        public static Task<GetAuthorizedApplicationResult> InvokeAsync(GetAuthorizedApplicationArgs args, InvokeOptions? opts = null)
        public static Output<GetAuthorizedApplicationResult> Invoke(GetAuthorizedApplicationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAuthorizedApplicationResult> getAuthorizedApplication(GetAuthorizedApplicationArgs args, InvokeOptions options)
    public static Output<GetAuthorizedApplicationResult> getAuthorizedApplication(GetAuthorizedApplicationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:providerhub:getAuthorizedApplication
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ApplicationId string
    The application ID.
    ProviderNamespace string
    The name of the resource provider hosted within ProviderHub.
    ApplicationId string
    The application ID.
    ProviderNamespace string
    The name of the resource provider hosted within ProviderHub.
    applicationId String
    The application ID.
    providerNamespace String
    The name of the resource provider hosted within ProviderHub.
    applicationId string
    The application ID.
    providerNamespace string
    The name of the resource provider hosted within ProviderHub.
    application_id str
    The application ID.
    provider_namespace str
    The name of the resource provider hosted within ProviderHub.
    applicationId String
    The application ID.
    providerNamespace String
    The name of the resource provider hosted within ProviderHub.

    getAuthorizedApplication Result

    The following output properties are available:

    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Name string
    The name of the resource
    Properties Pulumi.AzureNative.ProviderHub.Outputs.AuthorizedApplicationPropertiesResponse
    SystemData Pulumi.AzureNative.ProviderHub.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Name string
    The name of the resource
    Properties AuthorizedApplicationPropertiesResponse
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    azureApiVersion String
    The Azure API version of the resource.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name String
    The name of the resource
    properties AuthorizedApplicationPropertiesResponse
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    azureApiVersion string
    The Azure API version of the resource.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name string
    The name of the resource
    properties AuthorizedApplicationPropertiesResponse
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    azure_api_version str
    The Azure API version of the resource.
    id str
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name str
    The name of the resource
    properties AuthorizedApplicationPropertiesResponse
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    azureApiVersion String
    The Azure API version of the resource.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name String
    The name of the resource
    properties Property Map
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    Supporting Types

    ApplicationDataAuthorizationResponse

    Role string
    The ownership role the application has on the resource types. The service owner role gives the application owner permissions. The limited owner role gives elevated permissions but does not allow all the permissions of a service owner, such as read/write on internal metadata.
    ResourceTypes List<string>
    The resource types from the defined resource types in the provider namespace that the application can access. If no resource types are specified and the role is service owner, the default is * which is all resource types
    Role string
    The ownership role the application has on the resource types. The service owner role gives the application owner permissions. The limited owner role gives elevated permissions but does not allow all the permissions of a service owner, such as read/write on internal metadata.
    ResourceTypes []string
    The resource types from the defined resource types in the provider namespace that the application can access. If no resource types are specified and the role is service owner, the default is * which is all resource types
    role String
    The ownership role the application has on the resource types. The service owner role gives the application owner permissions. The limited owner role gives elevated permissions but does not allow all the permissions of a service owner, such as read/write on internal metadata.
    resourceTypes List<String>
    The resource types from the defined resource types in the provider namespace that the application can access. If no resource types are specified and the role is service owner, the default is * which is all resource types
    role string
    The ownership role the application has on the resource types. The service owner role gives the application owner permissions. The limited owner role gives elevated permissions but does not allow all the permissions of a service owner, such as read/write on internal metadata.
    resourceTypes string[]
    The resource types from the defined resource types in the provider namespace that the application can access. If no resource types are specified and the role is service owner, the default is * which is all resource types
    role str
    The ownership role the application has on the resource types. The service owner role gives the application owner permissions. The limited owner role gives elevated permissions but does not allow all the permissions of a service owner, such as read/write on internal metadata.
    resource_types Sequence[str]
    The resource types from the defined resource types in the provider namespace that the application can access. If no resource types are specified and the role is service owner, the default is * which is all resource types
    role String
    The ownership role the application has on the resource types. The service owner role gives the application owner permissions. The limited owner role gives elevated permissions but does not allow all the permissions of a service owner, such as read/write on internal metadata.
    resourceTypes List<String>
    The resource types from the defined resource types in the provider namespace that the application can access. If no resource types are specified and the role is service owner, the default is * which is all resource types

    ApplicationProviderAuthorizationResponse

    ManagedByRoleDefinitionId string
    The managed by role definition ID for the application.
    RoleDefinitionId string
    The role definition ID for the application.
    ManagedByRoleDefinitionId string
    The managed by role definition ID for the application.
    RoleDefinitionId string
    The role definition ID for the application.
    managedByRoleDefinitionId String
    The managed by role definition ID for the application.
    roleDefinitionId String
    The role definition ID for the application.
    managedByRoleDefinitionId string
    The managed by role definition ID for the application.
    roleDefinitionId string
    The role definition ID for the application.
    managed_by_role_definition_id str
    The managed by role definition ID for the application.
    role_definition_id str
    The role definition ID for the application.
    managedByRoleDefinitionId String
    The managed by role definition ID for the application.
    roleDefinitionId String
    The role definition ID for the application.

    AuthorizedApplicationPropertiesResponse

    ProvisioningState string
    The provisioning state.
    DataAuthorizations []ApplicationDataAuthorizationResponse
    The authorizations that determine the level of data access permissions on the specified resource types.
    ProviderAuthorization ApplicationProviderAuthorizationResponse
    provisioningState String
    The provisioning state.
    dataAuthorizations List<ApplicationDataAuthorizationResponse>
    The authorizations that determine the level of data access permissions on the specified resource types.
    providerAuthorization ApplicationProviderAuthorizationResponse
    provisioningState string
    The provisioning state.
    dataAuthorizations ApplicationDataAuthorizationResponse[]
    The authorizations that determine the level of data access permissions on the specified resource types.
    providerAuthorization ApplicationProviderAuthorizationResponse
    provisioning_state str
    The provisioning state.
    data_authorizations Sequence[ApplicationDataAuthorizationResponse]
    The authorizations that determine the level of data access permissions on the specified resource types.
    provider_authorization ApplicationProviderAuthorizationResponse
    provisioningState String
    The provisioning state.
    dataAuthorizations List<Property Map>
    The authorizations that determine the level of data access permissions on the specified resource types.
    providerAuthorization Property Map

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    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 v2 docs if using the v2 version of this package.
    Azure Native v3.8.0 published on Wednesday, Sep 3, 2025 by Pulumi