1. Packages
  2. Azure Native
  3. API Docs
  4. providerhub
  5. getProviderRegistration
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.7.1 published on Wednesday, Aug 13, 2025 by Pulumi

azure-native.providerhub.getProviderRegistration

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.7.1 published on Wednesday, Aug 13, 2025 by Pulumi

    Gets the provider registration details.

    Uses Azure REST API version 2024-09-01.

    Other available API versions: 2021-09-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native providerhub [ApiVersion]. See the version guide for details.

    Using getProviderRegistration

    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 getProviderRegistration(args: GetProviderRegistrationArgs, opts?: InvokeOptions): Promise<GetProviderRegistrationResult>
    function getProviderRegistrationOutput(args: GetProviderRegistrationOutputArgs, opts?: InvokeOptions): Output<GetProviderRegistrationResult>
    def get_provider_registration(provider_namespace: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetProviderRegistrationResult
    def get_provider_registration_output(provider_namespace: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetProviderRegistrationResult]
    func LookupProviderRegistration(ctx *Context, args *LookupProviderRegistrationArgs, opts ...InvokeOption) (*LookupProviderRegistrationResult, error)
    func LookupProviderRegistrationOutput(ctx *Context, args *LookupProviderRegistrationOutputArgs, opts ...InvokeOption) LookupProviderRegistrationResultOutput

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

    public static class GetProviderRegistration 
    {
        public static Task<GetProviderRegistrationResult> InvokeAsync(GetProviderRegistrationArgs args, InvokeOptions? opts = null)
        public static Output<GetProviderRegistrationResult> Invoke(GetProviderRegistrationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetProviderRegistrationResult> getProviderRegistration(GetProviderRegistrationArgs args, InvokeOptions options)
    public static Output<GetProviderRegistrationResult> getProviderRegistration(GetProviderRegistrationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:providerhub:getProviderRegistration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ProviderNamespace string
    The name of the resource provider hosted within ProviderHub.
    ProviderNamespace string
    The name of the resource provider hosted within ProviderHub.
    providerNamespace String
    The name of the resource provider hosted within ProviderHub.
    providerNamespace string
    The name of the resource provider hosted within ProviderHub.
    provider_namespace str
    The name of the resource provider hosted within ProviderHub.
    providerNamespace String
    The name of the resource provider hosted within ProviderHub.

    getProviderRegistration 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.ProviderRegistrationPropertiesResponse
    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"
    Kind string
    Provider registration kind. This Metadata is also used by portal/tooling/etc to render different UX experiences for resources of the same type.
    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 ProviderRegistrationPropertiesResponse
    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"
    Kind string
    Provider registration kind. This Metadata is also used by portal/tooling/etc to render different UX experiences for resources of the same type.
    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 ProviderRegistrationPropertiesResponse
    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"
    kind String
    Provider registration kind. This Metadata is also used by portal/tooling/etc to render different UX experiences for resources of the same type.
    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 ProviderRegistrationPropertiesResponse
    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"
    kind string
    Provider registration kind. This Metadata is also used by portal/tooling/etc to render different UX experiences for resources of the same type.
    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 ProviderRegistrationPropertiesResponse
    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"
    kind str
    Provider registration kind. This Metadata is also used by portal/tooling/etc to render different UX experiences for resources of the same type.
    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"
    kind String
    Provider registration kind. This Metadata is also used by portal/tooling/etc to render different UX experiences for resources of the same type.

    Supporting Types

    AdditionalAuthorizationResponse

    AsyncOperationPollingRulesResponse

    AdditionalOptions string
    The additional options.
    AuthorizationActions List<string>
    The authorization actions.
    AdditionalOptions string
    The additional options.
    AuthorizationActions []string
    The authorization actions.
    additionalOptions String
    The additional options.
    authorizationActions List<String>
    The authorization actions.
    additionalOptions string
    The additional options.
    authorizationActions string[]
    The authorization actions.
    additional_options str
    The additional options.
    authorization_actions Sequence[str]
    The authorization actions.
    additionalOptions String
    The additional options.
    authorizationActions List<String>
    The authorization actions.

    EndpointInformationResponse

    Endpoint string
    The endpoint.
    EndpointType string
    The endpoint type.
    SchemaVersion string
    The schema version.
    Endpoint string
    The endpoint.
    EndpointType string
    The endpoint type.
    SchemaVersion string
    The schema version.
    endpoint String
    The endpoint.
    endpointType String
    The endpoint type.
    schemaVersion String
    The schema version.
    endpoint string
    The endpoint.
    endpointType string
    The endpoint type.
    schemaVersion string
    The schema version.
    endpoint str
    The endpoint.
    endpoint_type str
    The endpoint type.
    schema_version str
    The schema version.
    endpoint String
    The endpoint.
    endpointType String
    The endpoint type.
    schemaVersion String
    The schema version.

    FanoutLinkedNotificationRuleResponse

    actions List<String>
    The actions.
    dstsConfiguration Property Map
    The dsts configuration.
    endpoints List<Property Map>
    The endpoints.
    tokenAuthConfiguration Property Map
    The token auth configuration.

    FanoutLinkedNotificationRuleResponseDstsConfiguration

    ServiceName string
    The service name.
    ServiceDnsName string
    This is a URI property.
    ServiceName string
    The service name.
    ServiceDnsName string
    This is a URI property.
    serviceName String
    The service name.
    serviceDnsName String
    This is a URI property.
    serviceName string
    The service name.
    serviceDnsName string
    This is a URI property.
    service_name str
    The service name.
    service_dns_name str
    This is a URI property.
    serviceName String
    The service name.
    serviceDnsName String
    This is a URI property.

    FilterRuleResponse

    EndpointInformation []EndpointInformationResponse
    The endpoint information.
    FilterQuery string
    The filter query.
    endpointInformation List<EndpointInformationResponse>
    The endpoint information.
    filterQuery String
    The filter query.
    endpointInformation EndpointInformationResponse[]
    The endpoint information.
    filterQuery string
    The filter query.
    endpoint_information Sequence[EndpointInformationResponse]
    The endpoint information.
    filter_query str
    The filter query.
    endpointInformation List<Property Map>
    The endpoint information.
    filterQuery String
    The filter query.

    LightHouseAuthorizationResponse

    PrincipalId string
    The principal id.
    RoleDefinitionId string
    The role definition id.
    PrincipalId string
    The principal id.
    RoleDefinitionId string
    The role definition id.
    principalId String
    The principal id.
    roleDefinitionId String
    The role definition id.
    principalId string
    The principal id.
    roleDefinitionId string
    The role definition id.
    principal_id str
    The principal id.
    role_definition_id str
    The role definition id.
    principalId String
    The principal id.
    roleDefinitionId String
    The role definition id.

    NotificationResponse

    NotificationType string
    The notification type.
    SkipNotifications string
    Whether notifications should be skipped.
    NotificationType string
    The notification type.
    SkipNotifications string
    Whether notifications should be skipped.
    notificationType String
    The notification type.
    skipNotifications String
    Whether notifications should be skipped.
    notificationType string
    The notification type.
    skipNotifications string
    Whether notifications should be skipped.
    notification_type str
    The notification type.
    skip_notifications str
    Whether notifications should be skipped.
    notificationType String
    The notification type.
    skipNotifications String
    Whether notifications should be skipped.

    ProviderHubMetadataResponseProviderAuthentication

    AllowedAudiences List<string>
    The allowed audiences.
    AllowedAudiences []string
    The allowed audiences.
    allowedAudiences List<String>
    The allowed audiences.
    allowedAudiences string[]
    The allowed audiences.
    allowed_audiences Sequence[str]
    The allowed audiences.
    allowedAudiences List<String>
    The allowed audiences.

    ProviderHubMetadataResponseThirdPartyProviderAuthorization

    Authorizations []LightHouseAuthorizationResponse
    The authorizations.
    ManagedByTenantId string
    The managed by tenant id.
    authorizations List<LightHouseAuthorizationResponse>
    The authorizations.
    managedByTenantId String
    The managed by tenant id.
    authorizations LightHouseAuthorizationResponse[]
    The authorizations.
    managedByTenantId string
    The managed by tenant id.
    authorizations List<Property Map>
    The authorizations.
    managedByTenantId String
    The managed by tenant id.

    ProviderRegistrationPropertiesResponse

    ProvisioningState string
    The provisioning state.
    Capabilities List<Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderCapabilitiesResponse>
    The capabilities.
    CrossTenantTokenValidation string
    The cross tenant token validation.
    CustomManifestVersion string
    Custom manifest version.
    DstsConfiguration Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderManifestPropertiesResponseDstsConfiguration
    The dsts configuration.
    EnableTenantLinkedNotification bool
    The enable tenant linked notification.
    FeaturesRule Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderManifestPropertiesResponseFeaturesRule
    The features rule.
    GlobalNotificationEndpoints List<Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderEndpointResponse>
    The global notification endpoints.
    LegacyNamespace string
    Legacy namespace.
    LegacyRegistrations List<string>
    Legacy registrations.
    LinkedNotificationRules List<Pulumi.AzureNative.ProviderHub.Inputs.FanoutLinkedNotificationRuleResponse>
    The linked notification rules.
    Management Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderManifestPropertiesResponseManagement
    The resource provider management.
    ManagementGroupGlobalNotificationEndpoints List<Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderEndpointResponse>
    Management groups global notification endpoints.
    Metadata object
    The metadata.
    Namespace string
    The namespace.
    NotificationOptions string
    Notification options.
    NotificationSettings Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderManifestPropertiesResponseNotificationSettings
    Notification settings.
    Notifications List<Pulumi.AzureNative.ProviderHub.Inputs.NotificationResponse>
    The notifications.
    OptionalFeatures List<string>
    Optional features.
    PrivateResourceProviderConfiguration Pulumi.AzureNative.ProviderHub.Inputs.ProviderRegistrationPropertiesResponsePrivateResourceProviderConfiguration
    The private resource provider configuration.
    ProviderAuthentication Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderManifestPropertiesResponseProviderAuthentication
    The provider authentication.
    ProviderAuthorizations List<Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderAuthorizationResponse>
    The provider authorizations.
    ProviderHubMetadata Pulumi.AzureNative.ProviderHub.Inputs.ProviderRegistrationPropertiesResponseProviderHubMetadata
    The provider hub metadata.
    ProviderType string
    The provider type.
    ProviderVersion string
    The provider version.
    RequestHeaderOptions Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderManifestPropertiesResponseRequestHeaderOptions
    The request header options.
    RequiredFeatures List<string>
    The required features.
    ResourceGroupLockOptionDuringMove Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderManifestPropertiesResponseResourceGroupLockOptionDuringMove
    Resource group lock option during move.
    ResourceHydrationAccounts List<Pulumi.AzureNative.ProviderHub.Inputs.ResourceHydrationAccountResponse>
    resource hydration accounts
    ResourceProviderAuthorizationRules Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderAuthorizationRulesResponse
    The resource provider authorization rules.
    ResponseOptions Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderManifestPropertiesResponseResponseOptions
    Response options.
    ServiceName string
    The service name.
    Services List<Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderServiceResponse>
    The services.
    SubscriptionLifecycleNotificationSpecifications Pulumi.AzureNative.ProviderHub.Inputs.ProviderRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications
    The subscription lifecycle notification specifications.
    TemplateDeploymentOptions Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderManifestPropertiesResponseTemplateDeploymentOptions
    The template deployment options.
    TokenAuthConfiguration Pulumi.AzureNative.ProviderHub.Inputs.TokenAuthConfigurationResponse
    The token auth configuration.
    ProvisioningState string
    The provisioning state.
    Capabilities []ResourceProviderCapabilitiesResponse
    The capabilities.
    CrossTenantTokenValidation string
    The cross tenant token validation.
    CustomManifestVersion string
    Custom manifest version.
    DstsConfiguration ResourceProviderManifestPropertiesResponseDstsConfiguration
    The dsts configuration.
    EnableTenantLinkedNotification bool
    The enable tenant linked notification.
    FeaturesRule ResourceProviderManifestPropertiesResponseFeaturesRule
    The features rule.
    GlobalNotificationEndpoints []ResourceProviderEndpointResponse
    The global notification endpoints.
    LegacyNamespace string
    Legacy namespace.
    LegacyRegistrations []string
    Legacy registrations.
    LinkedNotificationRules []FanoutLinkedNotificationRuleResponse
    The linked notification rules.
    Management ResourceProviderManifestPropertiesResponseManagement
    The resource provider management.
    ManagementGroupGlobalNotificationEndpoints []ResourceProviderEndpointResponse
    Management groups global notification endpoints.
    Metadata interface{}
    The metadata.
    Namespace string
    The namespace.
    NotificationOptions string
    Notification options.
    NotificationSettings ResourceProviderManifestPropertiesResponseNotificationSettings
    Notification settings.
    Notifications []NotificationResponse
    The notifications.
    OptionalFeatures []string
    Optional features.
    PrivateResourceProviderConfiguration ProviderRegistrationPropertiesResponsePrivateResourceProviderConfiguration
    The private resource provider configuration.
    ProviderAuthentication ResourceProviderManifestPropertiesResponseProviderAuthentication
    The provider authentication.
    ProviderAuthorizations []ResourceProviderAuthorizationResponse
    The provider authorizations.
    ProviderHubMetadata ProviderRegistrationPropertiesResponseProviderHubMetadata
    The provider hub metadata.
    ProviderType string
    The provider type.
    ProviderVersion string
    The provider version.
    RequestHeaderOptions ResourceProviderManifestPropertiesResponseRequestHeaderOptions
    The request header options.
    RequiredFeatures []string
    The required features.
    ResourceGroupLockOptionDuringMove ResourceProviderManifestPropertiesResponseResourceGroupLockOptionDuringMove
    Resource group lock option during move.
    ResourceHydrationAccounts []ResourceHydrationAccountResponse
    resource hydration accounts
    ResourceProviderAuthorizationRules ResourceProviderAuthorizationRulesResponse
    The resource provider authorization rules.
    ResponseOptions ResourceProviderManifestPropertiesResponseResponseOptions
    Response options.
    ServiceName string
    The service name.
    Services []ResourceProviderServiceResponse
    The services.
    SubscriptionLifecycleNotificationSpecifications ProviderRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications
    The subscription lifecycle notification specifications.
    TemplateDeploymentOptions ResourceProviderManifestPropertiesResponseTemplateDeploymentOptions
    The template deployment options.
    TokenAuthConfiguration TokenAuthConfigurationResponse
    The token auth configuration.
    provisioningState String
    The provisioning state.
    capabilities List<ResourceProviderCapabilitiesResponse>
    The capabilities.
    crossTenantTokenValidation String
    The cross tenant token validation.
    customManifestVersion String
    Custom manifest version.
    dstsConfiguration ResourceProviderManifestPropertiesResponseDstsConfiguration
    The dsts configuration.
    enableTenantLinkedNotification Boolean
    The enable tenant linked notification.
    featuresRule ResourceProviderManifestPropertiesResponseFeaturesRule
    The features rule.
    globalNotificationEndpoints List<ResourceProviderEndpointResponse>
    The global notification endpoints.
    legacyNamespace String
    Legacy namespace.
    legacyRegistrations List<String>
    Legacy registrations.
    linkedNotificationRules List<FanoutLinkedNotificationRuleResponse>
    The linked notification rules.
    management ResourceProviderManifestPropertiesResponseManagement
    The resource provider management.
    managementGroupGlobalNotificationEndpoints List<ResourceProviderEndpointResponse>
    Management groups global notification endpoints.
    metadata Object
    The metadata.
    namespace String
    The namespace.
    notificationOptions String
    Notification options.
    notificationSettings ResourceProviderManifestPropertiesResponseNotificationSettings
    Notification settings.
    notifications List<NotificationResponse>
    The notifications.
    optionalFeatures List<String>
    Optional features.
    privateResourceProviderConfiguration ProviderRegistrationPropertiesResponsePrivateResourceProviderConfiguration
    The private resource provider configuration.
    providerAuthentication ResourceProviderManifestPropertiesResponseProviderAuthentication
    The provider authentication.
    providerAuthorizations List<ResourceProviderAuthorizationResponse>
    The provider authorizations.
    providerHubMetadata ProviderRegistrationPropertiesResponseProviderHubMetadata
    The provider hub metadata.
    providerType String
    The provider type.
    providerVersion String
    The provider version.
    requestHeaderOptions ResourceProviderManifestPropertiesResponseRequestHeaderOptions
    The request header options.
    requiredFeatures List<String>
    The required features.
    resourceGroupLockOptionDuringMove ResourceProviderManifestPropertiesResponseResourceGroupLockOptionDuringMove
    Resource group lock option during move.
    resourceHydrationAccounts List<ResourceHydrationAccountResponse>
    resource hydration accounts
    resourceProviderAuthorizationRules ResourceProviderAuthorizationRulesResponse
    The resource provider authorization rules.
    responseOptions ResourceProviderManifestPropertiesResponseResponseOptions
    Response options.
    serviceName String
    The service name.
    services List<ResourceProviderServiceResponse>
    The services.
    subscriptionLifecycleNotificationSpecifications ProviderRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications
    The subscription lifecycle notification specifications.
    templateDeploymentOptions ResourceProviderManifestPropertiesResponseTemplateDeploymentOptions
    The template deployment options.
    tokenAuthConfiguration TokenAuthConfigurationResponse
    The token auth configuration.
    provisioningState string
    The provisioning state.
    capabilities ResourceProviderCapabilitiesResponse[]
    The capabilities.
    crossTenantTokenValidation string
    The cross tenant token validation.
    customManifestVersion string
    Custom manifest version.
    dstsConfiguration ResourceProviderManifestPropertiesResponseDstsConfiguration
    The dsts configuration.
    enableTenantLinkedNotification boolean
    The enable tenant linked notification.
    featuresRule ResourceProviderManifestPropertiesResponseFeaturesRule
    The features rule.
    globalNotificationEndpoints ResourceProviderEndpointResponse[]
    The global notification endpoints.
    legacyNamespace string
    Legacy namespace.
    legacyRegistrations string[]
    Legacy registrations.
    linkedNotificationRules FanoutLinkedNotificationRuleResponse[]
    The linked notification rules.
    management ResourceProviderManifestPropertiesResponseManagement
    The resource provider management.
    managementGroupGlobalNotificationEndpoints ResourceProviderEndpointResponse[]
    Management groups global notification endpoints.
    metadata any
    The metadata.
    namespace string
    The namespace.
    notificationOptions string
    Notification options.
    notificationSettings ResourceProviderManifestPropertiesResponseNotificationSettings
    Notification settings.
    notifications NotificationResponse[]
    The notifications.
    optionalFeatures string[]
    Optional features.
    privateResourceProviderConfiguration ProviderRegistrationPropertiesResponsePrivateResourceProviderConfiguration
    The private resource provider configuration.
    providerAuthentication ResourceProviderManifestPropertiesResponseProviderAuthentication
    The provider authentication.
    providerAuthorizations ResourceProviderAuthorizationResponse[]
    The provider authorizations.
    providerHubMetadata ProviderRegistrationPropertiesResponseProviderHubMetadata
    The provider hub metadata.
    providerType string
    The provider type.
    providerVersion string
    The provider version.
    requestHeaderOptions ResourceProviderManifestPropertiesResponseRequestHeaderOptions
    The request header options.
    requiredFeatures string[]
    The required features.
    resourceGroupLockOptionDuringMove ResourceProviderManifestPropertiesResponseResourceGroupLockOptionDuringMove
    Resource group lock option during move.
    resourceHydrationAccounts ResourceHydrationAccountResponse[]
    resource hydration accounts
    resourceProviderAuthorizationRules ResourceProviderAuthorizationRulesResponse
    The resource provider authorization rules.
    responseOptions ResourceProviderManifestPropertiesResponseResponseOptions
    Response options.
    serviceName string
    The service name.
    services ResourceProviderServiceResponse[]
    The services.
    subscriptionLifecycleNotificationSpecifications ProviderRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications
    The subscription lifecycle notification specifications.
    templateDeploymentOptions ResourceProviderManifestPropertiesResponseTemplateDeploymentOptions
    The template deployment options.
    tokenAuthConfiguration TokenAuthConfigurationResponse
    The token auth configuration.
    provisioning_state str
    The provisioning state.
    capabilities Sequence[ResourceProviderCapabilitiesResponse]
    The capabilities.
    cross_tenant_token_validation str
    The cross tenant token validation.
    custom_manifest_version str
    Custom manifest version.
    dsts_configuration ResourceProviderManifestPropertiesResponseDstsConfiguration
    The dsts configuration.
    enable_tenant_linked_notification bool
    The enable tenant linked notification.
    features_rule ResourceProviderManifestPropertiesResponseFeaturesRule
    The features rule.
    global_notification_endpoints Sequence[ResourceProviderEndpointResponse]
    The global notification endpoints.
    legacy_namespace str
    Legacy namespace.
    legacy_registrations Sequence[str]
    Legacy registrations.
    linked_notification_rules Sequence[FanoutLinkedNotificationRuleResponse]
    The linked notification rules.
    management ResourceProviderManifestPropertiesResponseManagement
    The resource provider management.
    management_group_global_notification_endpoints Sequence[ResourceProviderEndpointResponse]
    Management groups global notification endpoints.
    metadata Any
    The metadata.
    namespace str
    The namespace.
    notification_options str
    Notification options.
    notification_settings ResourceProviderManifestPropertiesResponseNotificationSettings
    Notification settings.
    notifications Sequence[NotificationResponse]
    The notifications.
    optional_features Sequence[str]
    Optional features.
    private_resource_provider_configuration ProviderRegistrationPropertiesResponsePrivateResourceProviderConfiguration
    The private resource provider configuration.
    provider_authentication ResourceProviderManifestPropertiesResponseProviderAuthentication
    The provider authentication.
    provider_authorizations Sequence[ResourceProviderAuthorizationResponse]
    The provider authorizations.
    provider_hub_metadata ProviderRegistrationPropertiesResponseProviderHubMetadata
    The provider hub metadata.
    provider_type str
    The provider type.
    provider_version str
    The provider version.
    request_header_options ResourceProviderManifestPropertiesResponseRequestHeaderOptions
    The request header options.
    required_features Sequence[str]
    The required features.
    resource_group_lock_option_during_move ResourceProviderManifestPropertiesResponseResourceGroupLockOptionDuringMove
    Resource group lock option during move.
    resource_hydration_accounts Sequence[ResourceHydrationAccountResponse]
    resource hydration accounts
    resource_provider_authorization_rules ResourceProviderAuthorizationRulesResponse
    The resource provider authorization rules.
    response_options ResourceProviderManifestPropertiesResponseResponseOptions
    Response options.
    service_name str
    The service name.
    services Sequence[ResourceProviderServiceResponse]
    The services.
    subscription_lifecycle_notification_specifications ProviderRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications
    The subscription lifecycle notification specifications.
    template_deployment_options ResourceProviderManifestPropertiesResponseTemplateDeploymentOptions
    The template deployment options.
    token_auth_configuration TokenAuthConfigurationResponse
    The token auth configuration.
    provisioningState String
    The provisioning state.
    capabilities List<Property Map>
    The capabilities.
    crossTenantTokenValidation String
    The cross tenant token validation.
    customManifestVersion String
    Custom manifest version.
    dstsConfiguration Property Map
    The dsts configuration.
    enableTenantLinkedNotification Boolean
    The enable tenant linked notification.
    featuresRule Property Map
    The features rule.
    globalNotificationEndpoints List<Property Map>
    The global notification endpoints.
    legacyNamespace String
    Legacy namespace.
    legacyRegistrations List<String>
    Legacy registrations.
    linkedNotificationRules List<Property Map>
    The linked notification rules.
    management Property Map
    The resource provider management.
    managementGroupGlobalNotificationEndpoints List<Property Map>
    Management groups global notification endpoints.
    metadata Any
    The metadata.
    namespace String
    The namespace.
    notificationOptions String
    Notification options.
    notificationSettings Property Map
    Notification settings.
    notifications List<Property Map>
    The notifications.
    optionalFeatures List<String>
    Optional features.
    privateResourceProviderConfiguration Property Map
    The private resource provider configuration.
    providerAuthentication Property Map
    The provider authentication.
    providerAuthorizations List<Property Map>
    The provider authorizations.
    providerHubMetadata Property Map
    The provider hub metadata.
    providerType String
    The provider type.
    providerVersion String
    The provider version.
    requestHeaderOptions Property Map
    The request header options.
    requiredFeatures List<String>
    The required features.
    resourceGroupLockOptionDuringMove Property Map
    Resource group lock option during move.
    resourceHydrationAccounts List<Property Map>
    resource hydration accounts
    resourceProviderAuthorizationRules Property Map
    The resource provider authorization rules.
    responseOptions Property Map
    Response options.
    serviceName String
    The service name.
    services List<Property Map>
    The services.
    subscriptionLifecycleNotificationSpecifications Property Map
    The subscription lifecycle notification specifications.
    templateDeploymentOptions Property Map
    The template deployment options.
    tokenAuthConfiguration Property Map
    The token auth configuration.

    ProviderRegistrationPropertiesResponsePrivateResourceProviderConfiguration

    AllowedSubscriptions List<string>
    The allowed subscriptions.
    AllowedSubscriptions []string
    The allowed subscriptions.
    allowedSubscriptions List<String>
    The allowed subscriptions.
    allowedSubscriptions string[]
    The allowed subscriptions.
    allowed_subscriptions Sequence[str]
    The allowed subscriptions.
    allowedSubscriptions List<String>
    The allowed subscriptions.

    ProviderRegistrationPropertiesResponseProviderHubMetadata

    DirectRpRoleDefinitionId string
    The direct RP role definition id.
    GlobalAsyncOperationResourceTypeName string
    The global async operation resource type name.
    ProviderAuthentication ProviderHubMetadataResponseProviderAuthentication
    The provider authentication.
    ProviderAuthorizations []ResourceProviderAuthorizationResponse
    The provider authorizations.
    RegionalAsyncOperationResourceTypeName string
    The regional async operation resource type name.
    ThirdPartyProviderAuthorization ProviderHubMetadataResponseThirdPartyProviderAuthorization
    The third party provider authorization.
    directRpRoleDefinitionId String
    The direct RP role definition id.
    globalAsyncOperationResourceTypeName String
    The global async operation resource type name.
    providerAuthentication ProviderHubMetadataResponseProviderAuthentication
    The provider authentication.
    providerAuthorizations List<ResourceProviderAuthorizationResponse>
    The provider authorizations.
    regionalAsyncOperationResourceTypeName String
    The regional async operation resource type name.
    thirdPartyProviderAuthorization ProviderHubMetadataResponseThirdPartyProviderAuthorization
    The third party provider authorization.
    directRpRoleDefinitionId string
    The direct RP role definition id.
    globalAsyncOperationResourceTypeName string
    The global async operation resource type name.
    providerAuthentication ProviderHubMetadataResponseProviderAuthentication
    The provider authentication.
    providerAuthorizations ResourceProviderAuthorizationResponse[]
    The provider authorizations.
    regionalAsyncOperationResourceTypeName string
    The regional async operation resource type name.
    thirdPartyProviderAuthorization ProviderHubMetadataResponseThirdPartyProviderAuthorization
    The third party provider authorization.
    direct_rp_role_definition_id str
    The direct RP role definition id.
    global_async_operation_resource_type_name str
    The global async operation resource type name.
    provider_authentication ProviderHubMetadataResponseProviderAuthentication
    The provider authentication.
    provider_authorizations Sequence[ResourceProviderAuthorizationResponse]
    The provider authorizations.
    regional_async_operation_resource_type_name str
    The regional async operation resource type name.
    third_party_provider_authorization ProviderHubMetadataResponseThirdPartyProviderAuthorization
    The third party provider authorization.
    directRpRoleDefinitionId String
    The direct RP role definition id.
    globalAsyncOperationResourceTypeName String
    The global async operation resource type name.
    providerAuthentication Property Map
    The provider authentication.
    providerAuthorizations List<Property Map>
    The provider authorizations.
    regionalAsyncOperationResourceTypeName String
    The regional async operation resource type name.
    thirdPartyProviderAuthorization Property Map
    The third party provider authorization.

    ProviderRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications

    SoftDeleteTTL string
    The soft delete TTL.
    SubscriptionStateOverrideActions []SubscriptionStateOverrideActionResponse
    The subscription state override actions.
    softDeleteTTL String
    The soft delete TTL.
    subscriptionStateOverrideActions List<SubscriptionStateOverrideActionResponse>
    The subscription state override actions.
    softDeleteTTL string
    The soft delete TTL.
    subscriptionStateOverrideActions SubscriptionStateOverrideActionResponse[]
    The subscription state override actions.
    softDeleteTTL String
    The soft delete TTL.
    subscriptionStateOverrideActions List<Property Map>
    The subscription state override actions.

    ResourceAccessRoleResponse

    Actions List<string>
    The actions.
    AllowedGroupClaims List<string>
    The allowed group claims.
    Actions []string
    The actions.
    AllowedGroupClaims []string
    The allowed group claims.
    actions List<String>
    The actions.
    allowedGroupClaims List<String>
    The allowed group claims.
    actions string[]
    The actions.
    allowedGroupClaims string[]
    The allowed group claims.
    actions Sequence[str]
    The actions.
    allowed_group_claims Sequence[str]
    The allowed group claims.
    actions List<String>
    The actions.
    allowedGroupClaims List<String>
    The allowed group claims.

    ResourceHydrationAccountResponse

    AccountName string
    The account name.
    EncryptedKey string
    The encrypted key.
    MaxChildResourceConsistencyJobLimit double
    The max child resource consistency job limit.
    SubscriptionId string
    The subscription id.
    AccountName string
    The account name.
    EncryptedKey string
    The encrypted key.
    MaxChildResourceConsistencyJobLimit float64
    The max child resource consistency job limit.
    SubscriptionId string
    The subscription id.
    accountName String
    The account name.
    encryptedKey String
    The encrypted key.
    maxChildResourceConsistencyJobLimit Double
    The max child resource consistency job limit.
    subscriptionId String
    The subscription id.
    accountName string
    The account name.
    encryptedKey string
    The encrypted key.
    maxChildResourceConsistencyJobLimit number
    The max child resource consistency job limit.
    subscriptionId string
    The subscription id.
    account_name str
    The account name.
    encrypted_key str
    The encrypted key.
    max_child_resource_consistency_job_limit float
    The max child resource consistency job limit.
    subscription_id str
    The subscription id.
    accountName String
    The account name.
    encryptedKey String
    The encrypted key.
    maxChildResourceConsistencyJobLimit Number
    The max child resource consistency job limit.
    subscriptionId String
    The subscription id.

    ResourceProviderAuthorizationResponse

    AllowedThirdPartyExtensions []ThirdPartyExtensionResponse
    The allowed third party extensions.
    ApplicationId string
    The application id.
    GroupingTag string
    The grouping tag.
    ManagedByAuthorization ResourceProviderAuthorizationResponseManagedByAuthorization
    Managed by authorization.
    ManagedByRoleDefinitionId string
    The managed by role definition id.
    RoleDefinitionId string
    The role definition id.
    allowedThirdPartyExtensions List<ThirdPartyExtensionResponse>
    The allowed third party extensions.
    applicationId String
    The application id.
    groupingTag String
    The grouping tag.
    managedByAuthorization ResourceProviderAuthorizationResponseManagedByAuthorization
    Managed by authorization.
    managedByRoleDefinitionId String
    The managed by role definition id.
    roleDefinitionId String
    The role definition id.
    allowedThirdPartyExtensions ThirdPartyExtensionResponse[]
    The allowed third party extensions.
    applicationId string
    The application id.
    groupingTag string
    The grouping tag.
    managedByAuthorization ResourceProviderAuthorizationResponseManagedByAuthorization
    Managed by authorization.
    managedByRoleDefinitionId string
    The managed by role definition id.
    roleDefinitionId string
    The role definition id.
    allowed_third_party_extensions Sequence[ThirdPartyExtensionResponse]
    The allowed third party extensions.
    application_id str
    The application id.
    grouping_tag str
    The grouping tag.
    managed_by_authorization ResourceProviderAuthorizationResponseManagedByAuthorization
    Managed by authorization.
    managed_by_role_definition_id str
    The managed by role definition id.
    role_definition_id str
    The role definition id.
    allowedThirdPartyExtensions List<Property Map>
    The allowed third party extensions.
    applicationId String
    The application id.
    groupingTag String
    The grouping tag.
    managedByAuthorization Property Map
    Managed by authorization.
    managedByRoleDefinitionId String
    The managed by role definition id.
    roleDefinitionId String
    The role definition id.

    ResourceProviderAuthorizationResponseManagedByAuthorization

    AdditionalAuthorizations List<Pulumi.AzureNative.ProviderHub.Inputs.AdditionalAuthorizationResponse>
    AllowManagedByInheritance bool
    Indicates whether the managed by resource role definition ID should be inherited.
    ManagedByResourceRoleDefinitionId string
    The managed by resource role definition ID for the application.
    AdditionalAuthorizations []AdditionalAuthorizationResponse
    AllowManagedByInheritance bool
    Indicates whether the managed by resource role definition ID should be inherited.
    ManagedByResourceRoleDefinitionId string
    The managed by resource role definition ID for the application.
    additionalAuthorizations List<AdditionalAuthorizationResponse>
    allowManagedByInheritance Boolean
    Indicates whether the managed by resource role definition ID should be inherited.
    managedByResourceRoleDefinitionId String
    The managed by resource role definition ID for the application.
    additionalAuthorizations AdditionalAuthorizationResponse[]
    allowManagedByInheritance boolean
    Indicates whether the managed by resource role definition ID should be inherited.
    managedByResourceRoleDefinitionId string
    The managed by resource role definition ID for the application.
    additional_authorizations Sequence[AdditionalAuthorizationResponse]
    allow_managed_by_inheritance bool
    Indicates whether the managed by resource role definition ID should be inherited.
    managed_by_resource_role_definition_id str
    The managed by resource role definition ID for the application.
    additionalAuthorizations List<Property Map>
    allowManagedByInheritance Boolean
    Indicates whether the managed by resource role definition ID should be inherited.
    managedByResourceRoleDefinitionId String
    The managed by resource role definition ID for the application.

    ResourceProviderAuthorizationRulesResponse

    asyncOperationPollingRules Property Map
    The async operation polling rules.

    ResourceProviderCapabilitiesResponse

    Effect string
    The effect.
    QuotaId string
    The quota id.
    RequiredFeatures List<string>
    The required features.
    Effect string
    The effect.
    QuotaId string
    The quota id.
    RequiredFeatures []string
    The required features.
    effect String
    The effect.
    quotaId String
    The quota id.
    requiredFeatures List<String>
    The required features.
    effect string
    The effect.
    quotaId string
    The quota id.
    requiredFeatures string[]
    The required features.
    effect str
    The effect.
    quota_id str
    The quota id.
    required_features Sequence[str]
    The required features.
    effect String
    The effect.
    quotaId String
    The quota id.
    requiredFeatures List<String>
    The required features.

    ResourceProviderEndpointResponse

    ApiVersions List<string>
    The api versions.
    Enabled bool
    Whether the endpoint is enabled.
    EndpointType string
    The endpoint type.
    EndpointUri string
    The endpoint uri.
    FeaturesRule Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderEndpointResponseFeaturesRule
    The feature rules.
    Locations List<string>
    The locations.
    RequiredFeatures List<string>
    The required features.
    SkuLink string
    The sku link.
    Timeout string
    The timeout.
    ApiVersions []string
    The api versions.
    Enabled bool
    Whether the endpoint is enabled.
    EndpointType string
    The endpoint type.
    EndpointUri string
    The endpoint uri.
    FeaturesRule ResourceProviderEndpointResponseFeaturesRule
    The feature rules.
    Locations []string
    The locations.
    RequiredFeatures []string
    The required features.
    SkuLink string
    The sku link.
    Timeout string
    The timeout.
    apiVersions List<String>
    The api versions.
    enabled Boolean
    Whether the endpoint is enabled.
    endpointType String
    The endpoint type.
    endpointUri String
    The endpoint uri.
    featuresRule ResourceProviderEndpointResponseFeaturesRule
    The feature rules.
    locations List<String>
    The locations.
    requiredFeatures List<String>
    The required features.
    skuLink String
    The sku link.
    timeout String
    The timeout.
    apiVersions string[]
    The api versions.
    enabled boolean
    Whether the endpoint is enabled.
    endpointType string
    The endpoint type.
    endpointUri string
    The endpoint uri.
    featuresRule ResourceProviderEndpointResponseFeaturesRule
    The feature rules.
    locations string[]
    The locations.
    requiredFeatures string[]
    The required features.
    skuLink string
    The sku link.
    timeout string
    The timeout.
    api_versions Sequence[str]
    The api versions.
    enabled bool
    Whether the endpoint is enabled.
    endpoint_type str
    The endpoint type.
    endpoint_uri str
    The endpoint uri.
    features_rule ResourceProviderEndpointResponseFeaturesRule
    The feature rules.
    locations Sequence[str]
    The locations.
    required_features Sequence[str]
    The required features.
    sku_link str
    The sku link.
    timeout str
    The timeout.
    apiVersions List<String>
    The api versions.
    enabled Boolean
    Whether the endpoint is enabled.
    endpointType String
    The endpoint type.
    endpointUri String
    The endpoint uri.
    featuresRule Property Map
    The feature rules.
    locations List<String>
    The locations.
    requiredFeatures List<String>
    The required features.
    skuLink String
    The sku link.
    timeout String
    The timeout.

    ResourceProviderEndpointResponseFeaturesRule

    RequiredFeaturesPolicy string
    The required feature policy.
    RequiredFeaturesPolicy string
    The required feature policy.
    requiredFeaturesPolicy String
    The required feature policy.
    requiredFeaturesPolicy string
    The required feature policy.
    required_features_policy str
    The required feature policy.
    requiredFeaturesPolicy String
    The required feature policy.

    ResourceProviderManagementResponseErrorResponseMessageOptions

    ServerFailureResponseMessageType string
    Type of server failure response message.
    ServerFailureResponseMessageType string
    Type of server failure response message.
    serverFailureResponseMessageType String
    Type of server failure response message.
    serverFailureResponseMessageType string
    Type of server failure response message.
    server_failure_response_message_type str
    Type of server failure response message.
    serverFailureResponseMessageType String
    Type of server failure response message.

    ResourceProviderManagementResponseExpeditedRolloutMetadata

    Enabled bool
    Expedited rollout enabled?
    ExpeditedRolloutIntent string
    Expedited rollout intent.
    Enabled bool
    Expedited rollout enabled?
    ExpeditedRolloutIntent string
    Expedited rollout intent.
    enabled Boolean
    Expedited rollout enabled?
    expeditedRolloutIntent String
    Expedited rollout intent.
    enabled boolean
    Expedited rollout enabled?
    expeditedRolloutIntent string
    Expedited rollout intent.
    enabled bool
    Expedited rollout enabled?
    expedited_rollout_intent str
    Expedited rollout intent.
    enabled Boolean
    Expedited rollout enabled?
    expeditedRolloutIntent String
    Expedited rollout intent.

    ResourceProviderManifestPropertiesResponseDstsConfiguration

    ServiceName string
    The service name.
    ServiceDnsName string
    This is a URI property.
    ServiceName string
    The service name.
    ServiceDnsName string
    This is a URI property.
    serviceName String
    The service name.
    serviceDnsName String
    This is a URI property.
    serviceName string
    The service name.
    serviceDnsName string
    This is a URI property.
    service_name str
    The service name.
    service_dns_name str
    This is a URI property.
    serviceName String
    The service name.
    serviceDnsName String
    This is a URI property.

    ResourceProviderManifestPropertiesResponseFeaturesRule

    RequiredFeaturesPolicy string
    The required feature policy.
    RequiredFeaturesPolicy string
    The required feature policy.
    requiredFeaturesPolicy String
    The required feature policy.
    requiredFeaturesPolicy string
    The required feature policy.
    required_features_policy str
    The required feature policy.
    requiredFeaturesPolicy String
    The required feature policy.

    ResourceProviderManifestPropertiesResponseManagement

    AuthorizationOwners List<string>
    The authorization owners.
    CanaryManifestOwners List<string>
    List of manifest owners for canary.
    ErrorResponseMessageOptions Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderManagementResponseErrorResponseMessageOptions
    Options for error response messages.
    ExpeditedRolloutMetadata Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderManagementResponseExpeditedRolloutMetadata
    Metadata for expedited rollout.
    ExpeditedRolloutSubmitters List<string>
    List of expedited rollout submitters.
    IncidentContactEmail string
    The incident contact email.
    IncidentRoutingService string
    The incident routing service.
    IncidentRoutingTeam string
    The incident routing team.
    ManifestOwners List<string>
    The manifest owners.
    PcCode string
    The profit center code for the subscription.
    ProfitCenterProgramId string
    The profit center program id for the subscription.
    ResourceAccessPolicy string
    The resource access policy.
    ResourceAccessRoles List<Pulumi.AzureNative.ProviderHub.Inputs.ResourceAccessRoleResponse>
    The resource access roles.
    SchemaOwners List<string>
    The schema owners.
    ServiceTreeInfos List<Pulumi.AzureNative.ProviderHub.Inputs.ServiceTreeInfoResponse>
    The service tree infos.
    AuthorizationOwners []string
    The authorization owners.
    CanaryManifestOwners []string
    List of manifest owners for canary.
    ErrorResponseMessageOptions ResourceProviderManagementResponseErrorResponseMessageOptions
    Options for error response messages.
    ExpeditedRolloutMetadata ResourceProviderManagementResponseExpeditedRolloutMetadata
    Metadata for expedited rollout.
    ExpeditedRolloutSubmitters []string
    List of expedited rollout submitters.
    IncidentContactEmail string
    The incident contact email.
    IncidentRoutingService string
    The incident routing service.
    IncidentRoutingTeam string
    The incident routing team.
    ManifestOwners []string
    The manifest owners.
    PcCode string
    The profit center code for the subscription.
    ProfitCenterProgramId string
    The profit center program id for the subscription.
    ResourceAccessPolicy string
    The resource access policy.
    ResourceAccessRoles []ResourceAccessRoleResponse
    The resource access roles.
    SchemaOwners []string
    The schema owners.
    ServiceTreeInfos []ServiceTreeInfoResponse
    The service tree infos.
    authorizationOwners List<String>
    The authorization owners.
    canaryManifestOwners List<String>
    List of manifest owners for canary.
    errorResponseMessageOptions ResourceProviderManagementResponseErrorResponseMessageOptions
    Options for error response messages.
    expeditedRolloutMetadata ResourceProviderManagementResponseExpeditedRolloutMetadata
    Metadata for expedited rollout.
    expeditedRolloutSubmitters List<String>
    List of expedited rollout submitters.
    incidentContactEmail String
    The incident contact email.
    incidentRoutingService String
    The incident routing service.
    incidentRoutingTeam String
    The incident routing team.
    manifestOwners List<String>
    The manifest owners.
    pcCode String
    The profit center code for the subscription.
    profitCenterProgramId String
    The profit center program id for the subscription.
    resourceAccessPolicy String
    The resource access policy.
    resourceAccessRoles List<ResourceAccessRoleResponse>
    The resource access roles.
    schemaOwners List<String>
    The schema owners.
    serviceTreeInfos List<ServiceTreeInfoResponse>
    The service tree infos.
    authorizationOwners string[]
    The authorization owners.
    canaryManifestOwners string[]
    List of manifest owners for canary.
    errorResponseMessageOptions ResourceProviderManagementResponseErrorResponseMessageOptions
    Options for error response messages.
    expeditedRolloutMetadata ResourceProviderManagementResponseExpeditedRolloutMetadata
    Metadata for expedited rollout.
    expeditedRolloutSubmitters string[]
    List of expedited rollout submitters.
    incidentContactEmail string
    The incident contact email.
    incidentRoutingService string
    The incident routing service.
    incidentRoutingTeam string
    The incident routing team.
    manifestOwners string[]
    The manifest owners.
    pcCode string
    The profit center code for the subscription.
    profitCenterProgramId string
    The profit center program id for the subscription.
    resourceAccessPolicy string
    The resource access policy.
    resourceAccessRoles ResourceAccessRoleResponse[]
    The resource access roles.
    schemaOwners string[]
    The schema owners.
    serviceTreeInfos ServiceTreeInfoResponse[]
    The service tree infos.
    authorization_owners Sequence[str]
    The authorization owners.
    canary_manifest_owners Sequence[str]
    List of manifest owners for canary.
    error_response_message_options ResourceProviderManagementResponseErrorResponseMessageOptions
    Options for error response messages.
    expedited_rollout_metadata ResourceProviderManagementResponseExpeditedRolloutMetadata
    Metadata for expedited rollout.
    expedited_rollout_submitters Sequence[str]
    List of expedited rollout submitters.
    incident_contact_email str
    The incident contact email.
    incident_routing_service str
    The incident routing service.
    incident_routing_team str
    The incident routing team.
    manifest_owners Sequence[str]
    The manifest owners.
    pc_code str
    The profit center code for the subscription.
    profit_center_program_id str
    The profit center program id for the subscription.
    resource_access_policy str
    The resource access policy.
    resource_access_roles Sequence[ResourceAccessRoleResponse]
    The resource access roles.
    schema_owners Sequence[str]
    The schema owners.
    service_tree_infos Sequence[ServiceTreeInfoResponse]
    The service tree infos.
    authorizationOwners List<String>
    The authorization owners.
    canaryManifestOwners List<String>
    List of manifest owners for canary.
    errorResponseMessageOptions Property Map
    Options for error response messages.
    expeditedRolloutMetadata Property Map
    Metadata for expedited rollout.
    expeditedRolloutSubmitters List<String>
    List of expedited rollout submitters.
    incidentContactEmail String
    The incident contact email.
    incidentRoutingService String
    The incident routing service.
    incidentRoutingTeam String
    The incident routing team.
    manifestOwners List<String>
    The manifest owners.
    pcCode String
    The profit center code for the subscription.
    profitCenterProgramId String
    The profit center program id for the subscription.
    resourceAccessPolicy String
    The resource access policy.
    resourceAccessRoles List<Property Map>
    The resource access roles.
    schemaOwners List<String>
    The schema owners.
    serviceTreeInfos List<Property Map>
    The service tree infos.

    ResourceProviderManifestPropertiesResponseNotificationSettings

    ResourceProviderManifestPropertiesResponseProviderAuthentication

    AllowedAudiences List<string>
    The allowed audiences.
    AllowedAudiences []string
    The allowed audiences.
    allowedAudiences List<String>
    The allowed audiences.
    allowedAudiences string[]
    The allowed audiences.
    allowed_audiences Sequence[str]
    The allowed audiences.
    allowedAudiences List<String>
    The allowed audiences.

    ResourceProviderManifestPropertiesResponseRequestHeaderOptions

    OptInHeaders string
    The opt in headers.
    OptOutHeaders string
    The opt out headers.
    OptInHeaders string
    The opt in headers.
    OptOutHeaders string
    The opt out headers.
    optInHeaders String
    The opt in headers.
    optOutHeaders String
    The opt out headers.
    optInHeaders string
    The opt in headers.
    optOutHeaders string
    The opt out headers.
    opt_in_headers str
    The opt in headers.
    opt_out_headers str
    The opt out headers.
    optInHeaders String
    The opt in headers.
    optOutHeaders String
    The opt out headers.

    ResourceProviderManifestPropertiesResponseResourceGroupLockOptionDuringMove

    BlockActionVerb string
    The action verb that will be blocked when the resource group is locked during move.
    BlockActionVerb string
    The action verb that will be blocked when the resource group is locked during move.
    blockActionVerb String
    The action verb that will be blocked when the resource group is locked during move.
    blockActionVerb string
    The action verb that will be blocked when the resource group is locked during move.
    block_action_verb str
    The action verb that will be blocked when the resource group is locked during move.
    blockActionVerb String
    The action verb that will be blocked when the resource group is locked during move.

    ResourceProviderManifestPropertiesResponseResponseOptions

    ResourceProviderManifestPropertiesResponseTemplateDeploymentOptions

    PreflightOptions List<string>
    The preflight options.
    PreflightSupported bool
    Whether preflight is supported.
    PreflightOptions []string
    The preflight options.
    PreflightSupported bool
    Whether preflight is supported.
    preflightOptions List<String>
    The preflight options.
    preflightSupported Boolean
    Whether preflight is supported.
    preflightOptions string[]
    The preflight options.
    preflightSupported boolean
    Whether preflight is supported.
    preflight_options Sequence[str]
    The preflight options.
    preflight_supported bool
    Whether preflight is supported.
    preflightOptions List<String>
    The preflight options.
    preflightSupported Boolean
    Whether preflight is supported.

    ResourceProviderServiceResponse

    ServiceName string
    The service name.
    Status string
    The status.
    ServiceName string
    The service name.
    Status string
    The status.
    serviceName String
    The service name.
    status String
    The status.
    serviceName string
    The service name.
    status string
    The status.
    service_name str
    The service name.
    status str
    The status.
    serviceName String
    The service name.
    status String
    The status.

    ServiceTreeInfoResponse

    ComponentId string
    The component id.
    Readiness string
    The readiness.
    ServiceId string
    The service id.
    ComponentId string
    The component id.
    Readiness string
    The readiness.
    ServiceId string
    The service id.
    componentId String
    The component id.
    readiness String
    The readiness.
    serviceId String
    The service id.
    componentId string
    The component id.
    readiness string
    The readiness.
    serviceId string
    The service id.
    component_id str
    The component id.
    readiness str
    The readiness.
    service_id str
    The service id.
    componentId String
    The component id.
    readiness String
    The readiness.
    serviceId String
    The service id.

    SubscriberSettingResponse

    SubscriptionStateOverrideActionResponse

    Action string
    The action.
    State string
    The state.
    Action string
    The action.
    State string
    The state.
    action String
    The action.
    state String
    The state.
    action string
    The action.
    state string
    The state.
    action str
    The action.
    state str
    The state.
    action String
    The action.
    state String
    The state.

    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.

    ThirdPartyExtensionResponse

    Name string
    Name of third party extension.
    Name string
    Name of third party extension.
    name String
    Name of third party extension.
    name string
    Name of third party extension.
    name str
    Name of third party extension.
    name String
    Name of third party extension.

    TokenAuthConfigurationResponse

    AuthenticationScheme string
    The authentication scheme.
    DisableCertificateAuthenticationFallback bool
    Whether certification authentication fallback is disabled.
    SignedRequestScope string
    The signed request scope.
    AuthenticationScheme string
    The authentication scheme.
    DisableCertificateAuthenticationFallback bool
    Whether certification authentication fallback is disabled.
    SignedRequestScope string
    The signed request scope.
    authenticationScheme String
    The authentication scheme.
    disableCertificateAuthenticationFallback Boolean
    Whether certification authentication fallback is disabled.
    signedRequestScope String
    The signed request scope.
    authenticationScheme string
    The authentication scheme.
    disableCertificateAuthenticationFallback boolean
    Whether certification authentication fallback is disabled.
    signedRequestScope string
    The signed request scope.
    authentication_scheme str
    The authentication scheme.
    disable_certificate_authentication_fallback bool
    Whether certification authentication fallback is disabled.
    signed_request_scope str
    The signed request scope.
    authenticationScheme String
    The authentication scheme.
    disableCertificateAuthenticationFallback Boolean
    Whether certification authentication fallback is disabled.
    signedRequestScope String
    The signed request scope.

    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.7.1 published on Wednesday, Aug 13, 2025 by Pulumi