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
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:
- Application
Id string - The application ID.
- Provider
Namespace string - The name of the resource provider hosted within ProviderHub.
- Application
Id string - The application ID.
- Provider
Namespace string - The name of the resource provider hosted within ProviderHub.
- application
Id String - The application ID.
- provider
Namespace String - The name of the resource provider hosted within ProviderHub.
- application
Id string - The application ID.
- provider
Namespace 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.
- application
Id String - The application ID.
- provider
Namespace String - The name of the resource provider hosted within ProviderHub.
getAuthorizedApplication Result
The following output properties are available:
- Azure
Api stringVersion - 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.
Azure Native. Provider Hub. Outputs. Authorized Application Properties Response - System
Data Pulumi.Azure Native. Provider Hub. Outputs. System Data Response - 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 stringVersion - 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
Authorized
Application Properties Response - System
Data SystemData Response - 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 StringVersion - 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
Authorized
Application Properties Response - system
Data SystemData Response - 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 stringVersion - 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
Authorized
Application Properties Response - system
Data SystemData Response - 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_ strversion - 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
Authorized
Application Properties Response - system_
data SystemData Response - 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"
- azure
Api StringVersion - 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
- system
Data 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.
- Resource
Types 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.
- Resource
Types []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.
- resource
Types 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.
- resource
Types 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.
- resource
Types 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
- Managed
By stringRole Definition Id - The managed by role definition ID for the application.
- Role
Definition stringId - The role definition ID for the application.
- Managed
By stringRole Definition Id - The managed by role definition ID for the application.
- Role
Definition stringId - The role definition ID for the application.
- managed
By StringRole Definition Id - The managed by role definition ID for the application.
- role
Definition StringId - The role definition ID for the application.
- managed
By stringRole Definition Id - The managed by role definition ID for the application.
- role
Definition stringId - The role definition ID for the application.
- managed_
by_ strrole_ definition_ id - The managed by role definition ID for the application.
- role_
definition_ strid - The role definition ID for the application.
- managed
By StringRole Definition Id - The managed by role definition ID for the application.
- role
Definition StringId - The role definition ID for the application.
AuthorizedApplicationPropertiesResponse
- Provisioning
State string - The provisioning state.
- List<Pulumi.
Azure Native. Provider Hub. Inputs. Application Data Authorization Response> - The authorizations that determine the level of data access permissions on the specified resource types.
- Pulumi.
Azure Native. Provider Hub. Inputs. Application Provider Authorization Response
- Provisioning
State string - The provisioning state.
- []Application
Data Authorization Response - The authorizations that determine the level of data access permissions on the specified resource types.
- Application
Provider Authorization Response
- provisioning
State String - The provisioning state.
- List<Application
Data Authorization Response> - The authorizations that determine the level of data access permissions on the specified resource types.
- Application
Provider Authorization Response
- provisioning
State string - The provisioning state.
- Application
Data Authorization Response[] - The authorizations that determine the level of data access permissions on the specified resource types.
- Application
Provider Authorization Response
- provisioning_
state str - The provisioning state.
- Sequence[Application
Data Authorization Response] - The authorizations that determine the level of data access permissions on the specified resource types.
- Application
Provider Authorization Response
- provisioning
State String - The provisioning state.
- List<Property Map>
- The authorizations that determine the level of data access permissions on the specified resource types.
- Property Map
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - 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_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
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 v2 docs if using the v2 version of this package.
Azure Native v3.8.0 published on Wednesday, Sep 3, 2025 by Pulumi