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

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 default rollout 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 getDefaultRollout

    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 getDefaultRollout(args: GetDefaultRolloutArgs, opts?: InvokeOptions): Promise<GetDefaultRolloutResult>
    function getDefaultRolloutOutput(args: GetDefaultRolloutOutputArgs, opts?: InvokeOptions): Output<GetDefaultRolloutResult>
    def get_default_rollout(provider_namespace: Optional[str] = None,
                            rollout_name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetDefaultRolloutResult
    def get_default_rollout_output(provider_namespace: Optional[pulumi.Input[str]] = None,
                            rollout_name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetDefaultRolloutResult]
    func LookupDefaultRollout(ctx *Context, args *LookupDefaultRolloutArgs, opts ...InvokeOption) (*LookupDefaultRolloutResult, error)
    func LookupDefaultRolloutOutput(ctx *Context, args *LookupDefaultRolloutOutputArgs, opts ...InvokeOption) LookupDefaultRolloutResultOutput

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

    public static class GetDefaultRollout 
    {
        public static Task<GetDefaultRolloutResult> InvokeAsync(GetDefaultRolloutArgs args, InvokeOptions? opts = null)
        public static Output<GetDefaultRolloutResult> Invoke(GetDefaultRolloutInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDefaultRolloutResult> getDefaultRollout(GetDefaultRolloutArgs args, InvokeOptions options)
    public static Output<GetDefaultRolloutResult> getDefaultRollout(GetDefaultRolloutArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:providerhub:getDefaultRollout
      arguments:
        # arguments dictionary

    The following arguments are supported:

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

    getDefaultRollout 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.DefaultRolloutPropertiesResponse
    Properties of the rollout.
    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 DefaultRolloutPropertiesResponse
    Properties of the rollout.
    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 DefaultRolloutPropertiesResponse
    Properties of the rollout.
    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 DefaultRolloutPropertiesResponse
    Properties of the rollout.
    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 DefaultRolloutPropertiesResponse
    Properties of the rollout.
    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
    Properties of the rollout.
    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

    AdditionalAuthorizationResponse

    AllowedResourceNameResponse

    GetActionVerb string
    Get action verb.
    Name string
    Resource name.
    GetActionVerb string
    Get action verb.
    Name string
    Resource name.
    getActionVerb String
    Get action verb.
    name String
    Resource name.
    getActionVerb string
    Get action verb.
    name string
    Resource name.
    get_action_verb str
    Get action verb.
    name str
    Resource name.
    getActionVerb String
    Get action verb.
    name String
    Resource name.

    AllowedUnauthorizedActionsExtensionResponse

    Action string
    The action.
    Intent string
    The intent.
    Action string
    The action.
    Intent string
    The intent.
    action String
    The action.
    intent String
    The intent.
    action string
    The action.
    intent string
    The intent.
    action str
    The action.
    intent str
    The intent.
    action String
    The action.
    intent String
    The intent.

    ApiProfileResponse

    ApiVersion string
    Api version.
    ProfileVersion string
    Profile version.
    ApiVersion string
    Api version.
    ProfileVersion string
    Profile version.
    apiVersion String
    Api version.
    profileVersion String
    Profile version.
    apiVersion string
    Api version.
    profileVersion string
    Profile version.
    api_version str
    Api version.
    profile_version str
    Profile version.
    apiVersion String
    Api version.
    profileVersion String
    Profile version.

    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.

    AsyncTimeoutRuleResponse

    ActionName string
    Timeout string
    This is a TimeSpan property
    ActionName string
    Timeout string
    This is a TimeSpan property
    actionName String
    timeout String
    This is a TimeSpan property
    actionName string
    timeout string
    This is a TimeSpan property
    action_name str
    timeout str
    This is a TimeSpan property
    actionName String
    timeout String
    This is a TimeSpan property

    AuthorizationActionMappingResponse

    Desired string
    The desired action name.
    Original string
    The original action name.
    Desired string
    The desired action name.
    Original string
    The original action name.
    desired String
    The desired action name.
    original String
    The original action name.
    desired string
    The desired action name.
    original string
    The original action name.
    desired str
    The desired action name.
    original str
    The original action name.
    desired String
    The desired action name.
    original String
    The original action name.

    DefaultRolloutPropertiesResponse

    ProvisioningState string
    The provisioned state of the resource.
    Specification DefaultRolloutPropertiesResponseSpecification
    The default rollout specification.
    Status DefaultRolloutPropertiesResponseStatus
    The default rollout status.
    provisioningState String
    The provisioned state of the resource.
    specification DefaultRolloutPropertiesResponseSpecification
    The default rollout specification.
    status DefaultRolloutPropertiesResponseStatus
    The default rollout status.
    provisioningState string
    The provisioned state of the resource.
    specification DefaultRolloutPropertiesResponseSpecification
    The default rollout specification.
    status DefaultRolloutPropertiesResponseStatus
    The default rollout status.
    provisioning_state str
    The provisioned state of the resource.
    specification DefaultRolloutPropertiesResponseSpecification
    The default rollout specification.
    status DefaultRolloutPropertiesResponseStatus
    The default rollout status.
    provisioningState String
    The provisioned state of the resource.
    specification Property Map
    The default rollout specification.
    status Property Map
    The default rollout status.

    DefaultRolloutPropertiesResponseSpecification

    AutoProvisionConfig Pulumi.AzureNative.ProviderHub.Inputs.DefaultRolloutSpecificationResponseAutoProvisionConfig
    The auto provisioning config.
    Canary Pulumi.AzureNative.ProviderHub.Inputs.DefaultRolloutSpecificationResponseCanary
    The canary traffic region configuration.
    ExpeditedRollout Pulumi.AzureNative.ProviderHub.Inputs.DefaultRolloutSpecificationResponseExpeditedRollout
    The expedited rollout definition.
    HighTraffic Pulumi.AzureNative.ProviderHub.Inputs.DefaultRolloutSpecificationResponseHighTraffic
    The high traffic region configuration.
    LowTraffic Pulumi.AzureNative.ProviderHub.Inputs.DefaultRolloutSpecificationResponseLowTraffic
    The low traffic region configuration.
    MediumTraffic Pulumi.AzureNative.ProviderHub.Inputs.DefaultRolloutSpecificationResponseMediumTraffic
    The medium traffic region configuration.
    ProviderRegistration Pulumi.AzureNative.ProviderHub.Inputs.DefaultRolloutSpecificationResponseProviderRegistration
    The provider registration.
    ResourceTypeRegistrations List<Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationResponse>
    The resource type registrations.
    RestOfTheWorldGroupOne Pulumi.AzureNative.ProviderHub.Inputs.DefaultRolloutSpecificationResponseRestOfTheWorldGroupOne
    The rest of the world group one region configuration.
    RestOfTheWorldGroupTwo Pulumi.AzureNative.ProviderHub.Inputs.DefaultRolloutSpecificationResponseRestOfTheWorldGroupTwo
    The rest of the world group two region configuration.
    AutoProvisionConfig DefaultRolloutSpecificationResponseAutoProvisionConfig
    The auto provisioning config.
    Canary DefaultRolloutSpecificationResponseCanary
    The canary traffic region configuration.
    ExpeditedRollout DefaultRolloutSpecificationResponseExpeditedRollout
    The expedited rollout definition.
    HighTraffic DefaultRolloutSpecificationResponseHighTraffic
    The high traffic region configuration.
    LowTraffic DefaultRolloutSpecificationResponseLowTraffic
    The low traffic region configuration.
    MediumTraffic DefaultRolloutSpecificationResponseMediumTraffic
    The medium traffic region configuration.
    ProviderRegistration DefaultRolloutSpecificationResponseProviderRegistration
    The provider registration.
    ResourceTypeRegistrations []ResourceTypeRegistrationResponse
    The resource type registrations.
    RestOfTheWorldGroupOne DefaultRolloutSpecificationResponseRestOfTheWorldGroupOne
    The rest of the world group one region configuration.
    RestOfTheWorldGroupTwo DefaultRolloutSpecificationResponseRestOfTheWorldGroupTwo
    The rest of the world group two region configuration.
    autoProvisionConfig DefaultRolloutSpecificationResponseAutoProvisionConfig
    The auto provisioning config.
    canary DefaultRolloutSpecificationResponseCanary
    The canary traffic region configuration.
    expeditedRollout DefaultRolloutSpecificationResponseExpeditedRollout
    The expedited rollout definition.
    highTraffic DefaultRolloutSpecificationResponseHighTraffic
    The high traffic region configuration.
    lowTraffic DefaultRolloutSpecificationResponseLowTraffic
    The low traffic region configuration.
    mediumTraffic DefaultRolloutSpecificationResponseMediumTraffic
    The medium traffic region configuration.
    providerRegistration DefaultRolloutSpecificationResponseProviderRegistration
    The provider registration.
    resourceTypeRegistrations List<ResourceTypeRegistrationResponse>
    The resource type registrations.
    restOfTheWorldGroupOne DefaultRolloutSpecificationResponseRestOfTheWorldGroupOne
    The rest of the world group one region configuration.
    restOfTheWorldGroupTwo DefaultRolloutSpecificationResponseRestOfTheWorldGroupTwo
    The rest of the world group two region configuration.
    autoProvisionConfig DefaultRolloutSpecificationResponseAutoProvisionConfig
    The auto provisioning config.
    canary DefaultRolloutSpecificationResponseCanary
    The canary traffic region configuration.
    expeditedRollout DefaultRolloutSpecificationResponseExpeditedRollout
    The expedited rollout definition.
    highTraffic DefaultRolloutSpecificationResponseHighTraffic
    The high traffic region configuration.
    lowTraffic DefaultRolloutSpecificationResponseLowTraffic
    The low traffic region configuration.
    mediumTraffic DefaultRolloutSpecificationResponseMediumTraffic
    The medium traffic region configuration.
    providerRegistration DefaultRolloutSpecificationResponseProviderRegistration
    The provider registration.
    resourceTypeRegistrations ResourceTypeRegistrationResponse[]
    The resource type registrations.
    restOfTheWorldGroupOne DefaultRolloutSpecificationResponseRestOfTheWorldGroupOne
    The rest of the world group one region configuration.
    restOfTheWorldGroupTwo DefaultRolloutSpecificationResponseRestOfTheWorldGroupTwo
    The rest of the world group two region configuration.
    auto_provision_config DefaultRolloutSpecificationResponseAutoProvisionConfig
    The auto provisioning config.
    canary DefaultRolloutSpecificationResponseCanary
    The canary traffic region configuration.
    expedited_rollout DefaultRolloutSpecificationResponseExpeditedRollout
    The expedited rollout definition.
    high_traffic DefaultRolloutSpecificationResponseHighTraffic
    The high traffic region configuration.
    low_traffic DefaultRolloutSpecificationResponseLowTraffic
    The low traffic region configuration.
    medium_traffic DefaultRolloutSpecificationResponseMediumTraffic
    The medium traffic region configuration.
    provider_registration DefaultRolloutSpecificationResponseProviderRegistration
    The provider registration.
    resource_type_registrations Sequence[ResourceTypeRegistrationResponse]
    The resource type registrations.
    rest_of_the_world_group_one DefaultRolloutSpecificationResponseRestOfTheWorldGroupOne
    The rest of the world group one region configuration.
    rest_of_the_world_group_two DefaultRolloutSpecificationResponseRestOfTheWorldGroupTwo
    The rest of the world group two region configuration.
    autoProvisionConfig Property Map
    The auto provisioning config.
    canary Property Map
    The canary traffic region configuration.
    expeditedRollout Property Map
    The expedited rollout definition.
    highTraffic Property Map
    The high traffic region configuration.
    lowTraffic Property Map
    The low traffic region configuration.
    mediumTraffic Property Map
    The medium traffic region configuration.
    providerRegistration Property Map
    The provider registration.
    resourceTypeRegistrations List<Property Map>
    The resource type registrations.
    restOfTheWorldGroupOne Property Map
    The rest of the world group one region configuration.
    restOfTheWorldGroupTwo Property Map
    The rest of the world group two region configuration.

    DefaultRolloutPropertiesResponseStatus

    CompletedRegions List<string>
    The completed regions.
    FailedOrSkippedRegions Dictionary<string, Pulumi.AzureNative.ProviderHub.Inputs.ExtendedErrorInfoResponse>
    The failed or skipped regions.
    ManifestCheckinStatus Pulumi.AzureNative.ProviderHub.Inputs.DefaultRolloutStatusResponseManifestCheckinStatus
    The manifest checkin status.
    NextTrafficRegion string
    The next traffic region.
    NextTrafficRegionScheduledTime string
    The next traffic region scheduled time.
    SubscriptionReregistrationResult string
    The subscription reregistration result.
    CompletedRegions []string
    The completed regions.
    FailedOrSkippedRegions map[string]ExtendedErrorInfoResponse
    The failed or skipped regions.
    ManifestCheckinStatus DefaultRolloutStatusResponseManifestCheckinStatus
    The manifest checkin status.
    NextTrafficRegion string
    The next traffic region.
    NextTrafficRegionScheduledTime string
    The next traffic region scheduled time.
    SubscriptionReregistrationResult string
    The subscription reregistration result.
    completedRegions List<String>
    The completed regions.
    failedOrSkippedRegions Map<String,ExtendedErrorInfoResponse>
    The failed or skipped regions.
    manifestCheckinStatus DefaultRolloutStatusResponseManifestCheckinStatus
    The manifest checkin status.
    nextTrafficRegion String
    The next traffic region.
    nextTrafficRegionScheduledTime String
    The next traffic region scheduled time.
    subscriptionReregistrationResult String
    The subscription reregistration result.
    completedRegions string[]
    The completed regions.
    failedOrSkippedRegions {[key: string]: ExtendedErrorInfoResponse}
    The failed or skipped regions.
    manifestCheckinStatus DefaultRolloutStatusResponseManifestCheckinStatus
    The manifest checkin status.
    nextTrafficRegion string
    The next traffic region.
    nextTrafficRegionScheduledTime string
    The next traffic region scheduled time.
    subscriptionReregistrationResult string
    The subscription reregistration result.
    completed_regions Sequence[str]
    The completed regions.
    failed_or_skipped_regions Mapping[str, ExtendedErrorInfoResponse]
    The failed or skipped regions.
    manifest_checkin_status DefaultRolloutStatusResponseManifestCheckinStatus
    The manifest checkin status.
    next_traffic_region str
    The next traffic region.
    next_traffic_region_scheduled_time str
    The next traffic region scheduled time.
    subscription_reregistration_result str
    The subscription reregistration result.
    completedRegions List<String>
    The completed regions.
    failedOrSkippedRegions Map<Property Map>
    The failed or skipped regions.
    manifestCheckinStatus Property Map
    The manifest checkin status.
    nextTrafficRegion String
    The next traffic region.
    nextTrafficRegionScheduledTime String
    The next traffic region scheduled time.
    subscriptionReregistrationResult String
    The subscription reregistration result.

    DefaultRolloutSpecificationResponseAutoProvisionConfig

    ResourceGraph bool
    Whether auto provisioning for resource graph is enabled.
    Storage bool
    Whether auto provisioning for storage is enabled.
    ResourceGraph bool
    Whether auto provisioning for resource graph is enabled.
    Storage bool
    Whether auto provisioning for storage is enabled.
    resourceGraph Boolean
    Whether auto provisioning for resource graph is enabled.
    storage Boolean
    Whether auto provisioning for storage is enabled.
    resourceGraph boolean
    Whether auto provisioning for resource graph is enabled.
    storage boolean
    Whether auto provisioning for storage is enabled.
    resource_graph bool
    Whether auto provisioning for resource graph is enabled.
    storage bool
    Whether auto provisioning for storage is enabled.
    resourceGraph Boolean
    Whether auto provisioning for resource graph is enabled.
    storage Boolean
    Whether auto provisioning for storage is enabled.

    DefaultRolloutSpecificationResponseCanary

    Regions List<string>
    The regions.
    SkipRegions List<string>
    The skip regions.
    Regions []string
    The regions.
    SkipRegions []string
    The skip regions.
    regions List<String>
    The regions.
    skipRegions List<String>
    The skip regions.
    regions string[]
    The regions.
    skipRegions string[]
    The skip regions.
    regions Sequence[str]
    The regions.
    skip_regions Sequence[str]
    The skip regions.
    regions List<String>
    The regions.
    skipRegions List<String>
    The skip regions.

    DefaultRolloutSpecificationResponseExpeditedRollout

    Enabled bool
    Indicates whether expedited rollout is enabled/disabled
    Enabled bool
    Indicates whether expedited rollout is enabled/disabled
    enabled Boolean
    Indicates whether expedited rollout is enabled/disabled
    enabled boolean
    Indicates whether expedited rollout is enabled/disabled
    enabled bool
    Indicates whether expedited rollout is enabled/disabled
    enabled Boolean
    Indicates whether expedited rollout is enabled/disabled

    DefaultRolloutSpecificationResponseHighTraffic

    Regions List<string>
    WaitDuration string
    The wait duration.
    Regions []string
    WaitDuration string
    The wait duration.
    regions List<String>
    waitDuration String
    The wait duration.
    regions string[]
    waitDuration string
    The wait duration.
    regions Sequence[str]
    wait_duration str
    The wait duration.
    regions List<String>
    waitDuration String
    The wait duration.

    DefaultRolloutSpecificationResponseLowTraffic

    Regions List<string>
    WaitDuration string
    The wait duration.
    Regions []string
    WaitDuration string
    The wait duration.
    regions List<String>
    waitDuration String
    The wait duration.
    regions string[]
    waitDuration string
    The wait duration.
    regions Sequence[str]
    wait_duration str
    The wait duration.
    regions List<String>
    waitDuration String
    The wait duration.

    DefaultRolloutSpecificationResponseMediumTraffic

    Regions List<string>
    WaitDuration string
    The wait duration.
    Regions []string
    WaitDuration string
    The wait duration.
    regions List<String>
    waitDuration String
    The wait duration.
    regions string[]
    waitDuration string
    The wait duration.
    regions Sequence[str]
    wait_duration str
    The wait duration.
    regions List<String>
    waitDuration String
    The wait duration.

    DefaultRolloutSpecificationResponseProviderRegistration

    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
    SystemData Pulumi.AzureNative.ProviderHub.Inputs.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.
    Properties Pulumi.AzureNative.ProviderHub.Inputs.ProviderRegistrationPropertiesResponse
    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
    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.
    Properties ProviderRegistrationPropertiesResponse
    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
    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.
    properties ProviderRegistrationPropertiesResponse
    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
    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.
    properties ProviderRegistrationPropertiesResponse
    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
    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.
    properties ProviderRegistrationPropertiesResponse
    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
    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.
    properties Property Map

    DefaultRolloutSpecificationResponseRestOfTheWorldGroupOne

    Regions List<string>
    WaitDuration string
    The wait duration.
    Regions []string
    WaitDuration string
    The wait duration.
    regions List<String>
    waitDuration String
    The wait duration.
    regions string[]
    waitDuration string
    The wait duration.
    regions Sequence[str]
    wait_duration str
    The wait duration.
    regions List<String>
    waitDuration String
    The wait duration.

    DefaultRolloutSpecificationResponseRestOfTheWorldGroupTwo

    Regions List<string>
    WaitDuration string
    The wait duration.
    Regions []string
    WaitDuration string
    The wait duration.
    regions List<String>
    waitDuration String
    The wait duration.
    regions string[]
    waitDuration string
    The wait duration.
    regions Sequence[str]
    wait_duration str
    The wait duration.
    regions List<String>
    waitDuration String
    The wait duration.

    DefaultRolloutStatusResponseManifestCheckinStatus

    IsCheckedIn bool
    Whether the manifest is checked in.
    StatusMessage string
    The status message.
    CommitId string
    The commit id.
    PullRequest string
    The pull request.
    IsCheckedIn bool
    Whether the manifest is checked in.
    StatusMessage string
    The status message.
    CommitId string
    The commit id.
    PullRequest string
    The pull request.
    isCheckedIn Boolean
    Whether the manifest is checked in.
    statusMessage String
    The status message.
    commitId String
    The commit id.
    pullRequest String
    The pull request.
    isCheckedIn boolean
    Whether the manifest is checked in.
    statusMessage string
    The status message.
    commitId string
    The commit id.
    pullRequest string
    The pull request.
    is_checked_in bool
    Whether the manifest is checked in.
    status_message str
    The status message.
    commit_id str
    The commit id.
    pull_request str
    The pull request.
    isCheckedIn Boolean
    Whether the manifest is checked in.
    statusMessage String
    The status message.
    commitId String
    The commit id.
    pullRequest String
    The pull request.

    DeleteDependencyResponse

    LinkedProperty string
    Linked property.
    LinkedType string
    Linked type.
    RequiredFeatures List<string>
    Required features.
    LinkedProperty string
    Linked property.
    LinkedType string
    Linked type.
    RequiredFeatures []string
    Required features.
    linkedProperty String
    Linked property.
    linkedType String
    Linked type.
    requiredFeatures List<String>
    Required features.
    linkedProperty string
    Linked property.
    linkedType string
    Linked type.
    requiredFeatures string[]
    Required features.
    linked_property str
    Linked property.
    linked_type str
    Linked type.
    required_features Sequence[str]
    Required features.
    linkedProperty String
    Linked property.
    linkedType String
    Linked type.
    requiredFeatures List<String>
    Required features.

    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.

    ExtendedErrorInfoResponse

    AdditionalInfo List<Pulumi.AzureNative.ProviderHub.Inputs.TypedErrorInfoResponse>
    The additional error information.
    Code string
    The error code.
    Details List<Pulumi.AzureNative.ProviderHub.Inputs.ExtendedErrorInfoResponse>
    The error details.
    Message string
    The error message.
    Target string
    The target of the error.
    AdditionalInfo []TypedErrorInfoResponse
    The additional error information.
    Code string
    The error code.
    Details []ExtendedErrorInfoResponse
    The error details.
    Message string
    The error message.
    Target string
    The target of the error.
    additionalInfo List<TypedErrorInfoResponse>
    The additional error information.
    code String
    The error code.
    details List<ExtendedErrorInfoResponse>
    The error details.
    message String
    The error message.
    target String
    The target of the error.
    additionalInfo TypedErrorInfoResponse[]
    The additional error information.
    code string
    The error code.
    details ExtendedErrorInfoResponse[]
    The error details.
    message string
    The error message.
    target string
    The target of the error.
    additional_info Sequence[TypedErrorInfoResponse]
    The additional error information.
    code str
    The error code.
    details Sequence[ExtendedErrorInfoResponse]
    The error details.
    message str
    The error message.
    target str
    The target of the error.
    additionalInfo List<Property Map>
    The additional error information.
    code String
    The error code.
    details List<Property Map>
    The error details.
    message String
    The error message.
    target String
    The target of the error.

    ExtendedLocationOptionsResponse

    SupportedPolicy string
    Type string
    The type.
    SupportedPolicy string
    Type string
    The type.
    supportedPolicy String
    type String
    The type.
    supportedPolicy string
    type string
    The type.
    supported_policy str
    type str
    The type.
    supportedPolicy String
    type String
    The type.

    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.

    LegacyDisallowedConditionResponse

    DisallowedLegacyOperations List<string>
    The disallowed legacy operations.
    Feature string
    Feature string.
    DisallowedLegacyOperations []string
    The disallowed legacy operations.
    Feature string
    Feature string.
    disallowedLegacyOperations List<String>
    The disallowed legacy operations.
    feature String
    Feature string.
    disallowedLegacyOperations string[]
    The disallowed legacy operations.
    feature string
    Feature string.
    disallowed_legacy_operations Sequence[str]
    The disallowed legacy operations.
    feature str
    Feature string.
    disallowedLegacyOperations List<String>
    The disallowed legacy operations.
    feature String
    Feature string.

    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.

    LinkedAccessCheckResponse

    ActionName string
    The action name.
    LinkedAction string
    The linked action.
    LinkedActionVerb string
    The linked action verb.
    LinkedProperty string
    The linked property.
    LinkedType string
    The linked type.
    ActionName string
    The action name.
    LinkedAction string
    The linked action.
    LinkedActionVerb string
    The linked action verb.
    LinkedProperty string
    The linked property.
    LinkedType string
    The linked type.
    actionName String
    The action name.
    linkedAction String
    The linked action.
    linkedActionVerb String
    The linked action verb.
    linkedProperty String
    The linked property.
    linkedType String
    The linked type.
    actionName string
    The action name.
    linkedAction string
    The linked action.
    linkedActionVerb string
    The linked action verb.
    linkedProperty string
    The linked property.
    linkedType string
    The linked type.
    action_name str
    The action name.
    linked_action str
    The linked action.
    linked_action_verb str
    The linked action verb.
    linked_property str
    The linked property.
    linked_type str
    The linked type.
    actionName String
    The action name.
    linkedAction String
    The linked action.
    linkedActionVerb String
    The linked action verb.
    linkedProperty String
    The linked property.
    linkedType String
    The linked type.

    LinkedNotificationRuleResponse

    Actions List<string>
    The actions.
    ActionsOnFailedOperation List<string>
    The actions on failed operation.
    FastPathActions List<string>
    The fast path actions.
    FastPathActionsOnFailedOperation List<string>
    The fast path action on failed operation.
    LinkedNotificationTimeout string
    This is a TimeSpan property.
    Actions []string
    The actions.
    ActionsOnFailedOperation []string
    The actions on failed operation.
    FastPathActions []string
    The fast path actions.
    FastPathActionsOnFailedOperation []string
    The fast path action on failed operation.
    LinkedNotificationTimeout string
    This is a TimeSpan property.
    actions List<String>
    The actions.
    actionsOnFailedOperation List<String>
    The actions on failed operation.
    fastPathActions List<String>
    The fast path actions.
    fastPathActionsOnFailedOperation List<String>
    The fast path action on failed operation.
    linkedNotificationTimeout String
    This is a TimeSpan property.
    actions string[]
    The actions.
    actionsOnFailedOperation string[]
    The actions on failed operation.
    fastPathActions string[]
    The fast path actions.
    fastPathActionsOnFailedOperation string[]
    The fast path action on failed operation.
    linkedNotificationTimeout string
    This is a TimeSpan property.
    actions Sequence[str]
    The actions.
    actions_on_failed_operation Sequence[str]
    The actions on failed operation.
    fast_path_actions Sequence[str]
    The fast path actions.
    fast_path_actions_on_failed_operation Sequence[str]
    The fast path action on failed operation.
    linked_notification_timeout str
    This is a TimeSpan property.
    actions List<String>
    The actions.
    actionsOnFailedOperation List<String>
    The actions on failed operation.
    fastPathActions List<String>
    The fast path actions.
    fastPathActionsOnFailedOperation List<String>
    The fast path action on failed operation.
    linkedNotificationTimeout String
    This is a TimeSpan property.

    LinkedOperationRuleResponse

    LinkedAction string
    The linked action.
    LinkedOperation string
    The linked operation.
    DependsOnTypes List<string>
    Depends on types.
    LinkedAction string
    The linked action.
    LinkedOperation string
    The linked operation.
    DependsOnTypes []string
    Depends on types.
    linkedAction String
    The linked action.
    linkedOperation String
    The linked operation.
    dependsOnTypes List<String>
    Depends on types.
    linkedAction string
    The linked action.
    linkedOperation string
    The linked operation.
    dependsOnTypes string[]
    Depends on types.
    linked_action str
    The linked action.
    linked_operation str
    The linked operation.
    depends_on_types Sequence[str]
    Depends on types.
    linkedAction String
    The linked action.
    linkedOperation String
    The linked operation.
    dependsOnTypes List<String>
    Depends on types.

    LocationQuotaRuleResponse

    Location string
    The location.
    Policy string
    The policy.
    QuotaId string
    The quota id.
    Location string
    The location.
    Policy string
    The policy.
    QuotaId string
    The quota id.
    location String
    The location.
    policy String
    The policy.
    quotaId String
    The quota id.
    location string
    The location.
    policy string
    The policy.
    quotaId string
    The quota id.
    location str
    The location.
    policy str
    The policy.
    quota_id str
    The quota id.
    location String
    The location.
    policy String
    The policy.
    quotaId String
    The quota id.

    LoggingRuleResponse

    Action string
    The action.
    DetailLevel string
    The detail level.
    Direction string
    The direction.
    HiddenPropertyPaths Pulumi.AzureNative.ProviderHub.Inputs.LoggingRuleResponseHiddenPropertyPaths
    The hidden property paths.
    Action string
    The action.
    DetailLevel string
    The detail level.
    Direction string
    The direction.
    HiddenPropertyPaths LoggingRuleResponseHiddenPropertyPaths
    The hidden property paths.
    action String
    The action.
    detailLevel String
    The detail level.
    direction String
    The direction.
    hiddenPropertyPaths LoggingRuleResponseHiddenPropertyPaths
    The hidden property paths.
    action string
    The action.
    detailLevel string
    The detail level.
    direction string
    The direction.
    hiddenPropertyPaths LoggingRuleResponseHiddenPropertyPaths
    The hidden property paths.
    action str
    The action.
    detail_level str
    The detail level.
    direction str
    The direction.
    hidden_property_paths LoggingRuleResponseHiddenPropertyPaths
    The hidden property paths.
    action String
    The action.
    detailLevel String
    The detail level.
    direction String
    The direction.
    hiddenPropertyPaths Property Map
    The hidden property paths.

    LoggingRuleResponseHiddenPropertyPaths

    HiddenPathsOnRequest List<string>
    The hidden paths on request.
    HiddenPathsOnResponse List<string>
    The hidden paths on response.
    HiddenPathsOnRequest []string
    The hidden paths on request.
    HiddenPathsOnResponse []string
    The hidden paths on response.
    hiddenPathsOnRequest List<String>
    The hidden paths on request.
    hiddenPathsOnResponse List<String>
    The hidden paths on response.
    hiddenPathsOnRequest string[]
    The hidden paths on request.
    hiddenPathsOnResponse string[]
    The hidden paths on response.
    hidden_paths_on_request Sequence[str]
    The hidden paths on request.
    hidden_paths_on_response Sequence[str]
    The hidden paths on response.
    hiddenPathsOnRequest List<String>
    The hidden paths on request.
    hiddenPathsOnResponse List<String>
    The hidden paths on response.

    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.

    OpenApiConfigurationResponse

    Validation OpenApiValidationResponse
    The open api validation.
    validation OpenApiValidationResponse
    The open api validation.
    validation OpenApiValidationResponse
    The open api validation.
    validation OpenApiValidationResponse
    The open api validation.
    validation Property Map
    The open api validation.

    OpenApiValidationResponse

    AllowNoncompliantCollectionResponse bool
    Indicates whether a non compliance response is allowed for a LIST call
    AllowNoncompliantCollectionResponse bool
    Indicates whether a non compliance response is allowed for a LIST call
    allowNoncompliantCollectionResponse Boolean
    Indicates whether a non compliance response is allowed for a LIST call
    allowNoncompliantCollectionResponse boolean
    Indicates whether a non compliance response is allowed for a LIST call
    allow_noncompliant_collection_response bool
    Indicates whether a non compliance response is allowed for a LIST call
    allowNoncompliantCollectionResponse Boolean
    Indicates whether a non compliance response is allowed for a LIST call

    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.

    QuotaRuleResponse

    LocationRules List<Pulumi.AzureNative.ProviderHub.Inputs.LocationQuotaRuleResponse>
    The location rules.
    QuotaPolicy string
    The quota policy.
    RequiredFeatures List<string>
    The required features.
    LocationRules []LocationQuotaRuleResponse
    The location rules.
    QuotaPolicy string
    The quota policy.
    RequiredFeatures []string
    The required features.
    locationRules List<LocationQuotaRuleResponse>
    The location rules.
    quotaPolicy String
    The quota policy.
    requiredFeatures List<String>
    The required features.
    locationRules LocationQuotaRuleResponse[]
    The location rules.
    quotaPolicy string
    The quota policy.
    requiredFeatures string[]
    The required features.
    location_rules Sequence[LocationQuotaRuleResponse]
    The location rules.
    quota_policy str
    The quota policy.
    required_features Sequence[str]
    The required features.
    locationRules List<Property Map>
    The location rules.
    quotaPolicy String
    The quota policy.
    requiredFeatures List<String>
    The required features.

    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.

    ResourceConcurrencyControlOptionResponse

    Policy string
    The policy.
    Policy string
    The policy.
    policy String
    The policy.
    policy string
    The policy.
    policy str
    The policy.
    policy String
    The policy.

    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.

    ResourceTypeEndpointResponse

    ApiVersion string
    Api version.
    ApiVersions List<string>
    The api versions.
    DataBoundary string
    The data boundary.
    DstsConfiguration Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeEndpointResponseDstsConfiguration
    The dsts configuration.
    Enabled bool
    Whether the endpoint is enabled.
    EndpointType string
    The endpoint type.
    EndpointUri string
    The endpoint uri.
    Extensions List<Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeExtensionResponse>
    The extensions.
    FeaturesRule Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeEndpointResponseFeaturesRule
    The features rule.
    Kind string
    Resource type endpoint kind. This Metadata is also used by portal/tooling/etc to render different UX experiences for resources of the same type.
    Locations List<string>
    The locations.
    RequiredFeatures List<string>
    The required features.
    SkuLink string
    The sku link.
    Timeout string
    The timeout.
    TokenAuthConfiguration Pulumi.AzureNative.ProviderHub.Inputs.TokenAuthConfigurationResponse
    The token auth configuration.
    Zones List<string>
    List of zones.
    ApiVersion string
    Api version.
    ApiVersions []string
    The api versions.
    DataBoundary string
    The data boundary.
    DstsConfiguration ResourceTypeEndpointResponseDstsConfiguration
    The dsts configuration.
    Enabled bool
    Whether the endpoint is enabled.
    EndpointType string
    The endpoint type.
    EndpointUri string
    The endpoint uri.
    Extensions []ResourceTypeExtensionResponse
    The extensions.
    FeaturesRule ResourceTypeEndpointResponseFeaturesRule
    The features rule.
    Kind string
    Resource type endpoint kind. This Metadata is also used by portal/tooling/etc to render different UX experiences for resources of the same type.
    Locations []string
    The locations.
    RequiredFeatures []string
    The required features.
    SkuLink string
    The sku link.
    Timeout string
    The timeout.
    TokenAuthConfiguration TokenAuthConfigurationResponse
    The token auth configuration.
    Zones []string
    List of zones.
    apiVersion String
    Api version.
    apiVersions List<String>
    The api versions.
    dataBoundary String
    The data boundary.
    dstsConfiguration ResourceTypeEndpointResponseDstsConfiguration
    The dsts configuration.
    enabled Boolean
    Whether the endpoint is enabled.
    endpointType String
    The endpoint type.
    endpointUri String
    The endpoint uri.
    extensions List<ResourceTypeExtensionResponse>
    The extensions.
    featuresRule ResourceTypeEndpointResponseFeaturesRule
    The features rule.
    kind String
    Resource type endpoint kind. This Metadata is also used by portal/tooling/etc to render different UX experiences for resources of the same type.
    locations List<String>
    The locations.
    requiredFeatures List<String>
    The required features.
    skuLink String
    The sku link.
    timeout String
    The timeout.
    tokenAuthConfiguration TokenAuthConfigurationResponse
    The token auth configuration.
    zones List<String>
    List of zones.
    apiVersion string
    Api version.
    apiVersions string[]
    The api versions.
    dataBoundary string
    The data boundary.
    dstsConfiguration ResourceTypeEndpointResponseDstsConfiguration
    The dsts configuration.
    enabled boolean
    Whether the endpoint is enabled.
    endpointType string
    The endpoint type.
    endpointUri string
    The endpoint uri.
    extensions ResourceTypeExtensionResponse[]
    The extensions.
    featuresRule ResourceTypeEndpointResponseFeaturesRule
    The features rule.
    kind string
    Resource type endpoint kind. This Metadata is also used by portal/tooling/etc to render different UX experiences for resources of the same type.
    locations string[]
    The locations.
    requiredFeatures string[]
    The required features.
    skuLink string
    The sku link.
    timeout string
    The timeout.
    tokenAuthConfiguration TokenAuthConfigurationResponse
    The token auth configuration.
    zones string[]
    List of zones.
    api_version str
    Api version.
    api_versions Sequence[str]
    The api versions.
    data_boundary str
    The data boundary.
    dsts_configuration ResourceTypeEndpointResponseDstsConfiguration
    The dsts configuration.
    enabled bool
    Whether the endpoint is enabled.
    endpoint_type str
    The endpoint type.
    endpoint_uri str
    The endpoint uri.
    extensions Sequence[ResourceTypeExtensionResponse]
    The extensions.
    features_rule ResourceTypeEndpointResponseFeaturesRule
    The features rule.
    kind str
    Resource type endpoint kind. This Metadata is also used by portal/tooling/etc to render different UX experiences for resources of the same type.
    locations Sequence[str]
    The locations.
    required_features Sequence[str]
    The required features.
    sku_link str
    The sku link.
    timeout str
    The timeout.
    token_auth_configuration TokenAuthConfigurationResponse
    The token auth configuration.
    zones Sequence[str]
    List of zones.
    apiVersion String
    Api version.
    apiVersions List<String>
    The api versions.
    dataBoundary String
    The data boundary.
    dstsConfiguration Property Map
    The dsts configuration.
    enabled Boolean
    Whether the endpoint is enabled.
    endpointType String
    The endpoint type.
    endpointUri String
    The endpoint uri.
    extensions List<Property Map>
    The extensions.
    featuresRule Property Map
    The features rule.
    kind String
    Resource type endpoint kind. This Metadata is also used by portal/tooling/etc to render different UX experiences for resources of the same type.
    locations List<String>
    The locations.
    requiredFeatures List<String>
    The required features.
    skuLink String
    The sku link.
    timeout String
    The timeout.
    tokenAuthConfiguration Property Map
    The token auth configuration.
    zones List<String>
    List of zones.

    ResourceTypeEndpointResponseDstsConfiguration

    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.

    ResourceTypeEndpointResponseFeaturesRule

    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.

    ResourceTypeExtensionOptionsResponseResourceCreationBegin

    Request List<string>
    The request.
    Response List<string>
    The response.
    Request []string
    The request.
    Response []string
    The response.
    request List<String>
    The request.
    response List<String>
    The response.
    request string[]
    The request.
    response string[]
    The response.
    request Sequence[str]
    The request.
    response Sequence[str]
    The response.
    request List<String>
    The request.
    response List<String>
    The response.

    ResourceTypeExtensionResponse

    EndpointUri string
    The endpoint uri.
    ExtensionCategories List<string>
    The extension categories.
    Timeout string
    The timeout.
    EndpointUri string
    The endpoint uri.
    ExtensionCategories []string
    The extension categories.
    Timeout string
    The timeout.
    endpointUri String
    The endpoint uri.
    extensionCategories List<String>
    The extension categories.
    timeout String
    The timeout.
    endpointUri string
    The endpoint uri.
    extensionCategories string[]
    The extension categories.
    timeout string
    The timeout.
    endpoint_uri str
    The endpoint uri.
    extension_categories Sequence[str]
    The extension categories.
    timeout str
    The timeout.
    endpointUri String
    The endpoint uri.
    extensionCategories List<String>
    The extension categories.
    timeout String
    The timeout.

    ResourceTypeOnBehalfOfTokenResponse

    ActionName string
    The action name.
    LifeTime string
    This is a TimeSpan property.
    ActionName string
    The action name.
    LifeTime string
    This is a TimeSpan property.
    actionName String
    The action name.
    lifeTime String
    This is a TimeSpan property.
    actionName string
    The action name.
    lifeTime string
    This is a TimeSpan property.
    action_name str
    The action name.
    life_time str
    This is a TimeSpan property.
    actionName String
    The action name.
    lifeTime String
    This is a TimeSpan property.

    ResourceTypeRegistrationPropertiesResponse

    ProvisioningState string
    The provisioning state.
    AddResourceListTargetLocations bool
    Add resource list target locations?
    AdditionalOptions string
    The additional options.
    AllowEmptyRoleAssignments bool
    The allow empty role assignments.
    AllowedResourceNames List<Pulumi.AzureNative.ProviderHub.Inputs.AllowedResourceNameResponse>
    The allowed resource names.
    AllowedTemplateDeploymentReferenceActions List<string>
    Allowed template deployment reference actions.
    AllowedUnauthorizedActions List<string>
    The allowed unauthorized actions.
    AllowedUnauthorizedActionsExtensions List<Pulumi.AzureNative.ProviderHub.Inputs.AllowedUnauthorizedActionsExtensionResponse>
    The allowed unauthorized actions extensions.
    ApiProfiles List<Pulumi.AzureNative.ProviderHub.Inputs.ApiProfileResponse>
    The api profiles.
    AsyncOperationResourceTypeName string
    The async operation resource type name.
    AsyncTimeoutRules List<Pulumi.AzureNative.ProviderHub.Inputs.AsyncTimeoutRuleResponse>
    Async timeout rules
    AuthorizationActionMappings List<Pulumi.AzureNative.ProviderHub.Inputs.AuthorizationActionMappingResponse>
    The authorization action mappings
    AvailabilityZoneRule Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseAvailabilityZoneRule
    The availability zone rule.
    CapacityRule Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseCapacityRule
    Capacity rule.
    Category string
    The category.
    CheckNameAvailabilitySpecifications Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseCheckNameAvailabilitySpecifications
    The check name availability specifications.
    CommonApiVersions List<string>
    Common API versions for the resource type.
    CrossTenantTokenValidation string
    The cross tenant token validation.
    DefaultApiVersion string
    The default api version.
    DisallowedActionVerbs List<string>
    The disallowed action verbs.
    DisallowedEndUserOperations List<string>
    The disallowed end user operations.
    DstsConfiguration Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseDstsConfiguration
    The dsts configuration.
    EnableAsyncOperation bool
    Whether async operation is enabled.
    EnableThirdPartyS2S bool
    Whether third party S2S is enabled.
    Endpoints List<Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeEndpointResponse>
    The extensions.
    ExtendedLocations List<Pulumi.AzureNative.ProviderHub.Inputs.ExtendedLocationOptionsResponse>
    The extended locations.
    ExtensionOptions Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseExtensionOptions
    The extension options.
    FeaturesRule Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseFeaturesRule
    The features rule.
    FrontdoorRequestMode string
    The frontdoor request mode.
    GroupingTag string
    Grouping tag.
    IdentityManagement Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseIdentityManagement
    The identity management.
    IsPureProxy bool
    Whether it is pure proxy.
    LegacyName string
    The legacy name.
    LegacyNames List<string>
    The legacy names.
    LegacyPolicy Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseLegacyPolicy
    The legacy policy.
    LinkedAccessChecks List<Pulumi.AzureNative.ProviderHub.Inputs.LinkedAccessCheckResponse>
    The linked access checks.
    LinkedNotificationRules List<Pulumi.AzureNative.ProviderHub.Inputs.LinkedNotificationRuleResponse>
    The linked notification rules.
    LinkedOperationRules List<Pulumi.AzureNative.ProviderHub.Inputs.LinkedOperationRuleResponse>
    The linked operation rules.
    LoggingRules List<Pulumi.AzureNative.ProviderHub.Inputs.LoggingRuleResponse>
    The logging rules.
    Management Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseManagement
    The resource provider management.
    ManifestLink string
    Manifest link.
    MarketplaceOptions Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseMarketplaceOptions
    Marketplace options.
    MarketplaceType string
    The marketplace type.
    Metadata Dictionary<string, object>
    The metadata.
    Notifications List<Pulumi.AzureNative.ProviderHub.Inputs.NotificationResponse>
    The notifications.
    OnBehalfOfTokens Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeOnBehalfOfTokenResponse
    The on behalf of tokens.
    OpenApiConfiguration Pulumi.AzureNative.ProviderHub.Inputs.OpenApiConfigurationResponse
    The open api configuration.
    PolicyExecutionType string
    The policy execution type.
    QuotaRule Pulumi.AzureNative.ProviderHub.Inputs.QuotaRuleResponse
    The quota rule.
    Regionality string
    The regionality.
    RequestHeaderOptions Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseRequestHeaderOptions
    The request header options.
    RequiredFeatures List<string>
    The required features.
    ResourceCache Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseResourceCache
    Resource cache options.
    ResourceConcurrencyControlOptions Dictionary<string, Pulumi.AzureNative.ProviderHub.Inputs.ResourceConcurrencyControlOptionResponse>
    The resource concurrency control options.
    ResourceDeletionPolicy string
    The resource deletion policy.
    ResourceGraphConfiguration Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseResourceGraphConfiguration
    The resource graph configuration.
    ResourceManagementOptions Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseResourceManagementOptions
    Resource management options.
    ResourceMovePolicy Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseResourceMovePolicy
    The resource move policy.
    ResourceProviderAuthorizationRules Pulumi.AzureNative.ProviderHub.Inputs.ResourceProviderAuthorizationRulesResponse
    The resource provider authorization rules.
    ResourceQueryManagement Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseResourceQueryManagement
    Resource query management options.
    ResourceSubType string
    The resource sub type.
    ResourceTypeCommonAttributeManagement Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseResourceTypeCommonAttributeManagement
    Resource type common attribute management.
    ResourceValidation string
    The resource validation.
    RoutingRule Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseRoutingRule
    Routing rule.
    RoutingType string
    The resource routing type.
    ServiceTreeInfos List<Pulumi.AzureNative.ProviderHub.Inputs.ServiceTreeInfoResponse>
    The service tree infos.
    SkuLink string
    The sku link.
    SubscriptionLifecycleNotificationSpecifications Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications
    The subscription lifecycle notification specifications.
    SubscriptionStateRules List<Pulumi.AzureNative.ProviderHub.Inputs.SubscriptionStateRuleResponse>
    The subscription state rules.
    SupportsTags bool
    Whether tags are supported.
    SwaggerSpecifications List<Pulumi.AzureNative.ProviderHub.Inputs.SwaggerSpecificationResponse>
    The swagger specifications.
    TemplateDeploymentOptions Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseTemplateDeploymentOptions
    The template deployment options.
    TemplateDeploymentPolicy Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponseTemplateDeploymentPolicy
    The template deployment policy.
    ThrottlingRules List<Pulumi.AzureNative.ProviderHub.Inputs.ThrottlingRuleResponse>
    The throttling rules.
    TokenAuthConfiguration Pulumi.AzureNative.ProviderHub.Inputs.TokenAuthConfigurationResponse
    The token auth configuration.
    ProvisioningState string
    The provisioning state.
    AddResourceListTargetLocations bool
    Add resource list target locations?
    AdditionalOptions string
    The additional options.
    AllowEmptyRoleAssignments bool
    The allow empty role assignments.
    AllowedResourceNames []AllowedResourceNameResponse
    The allowed resource names.
    AllowedTemplateDeploymentReferenceActions []string
    Allowed template deployment reference actions.
    AllowedUnauthorizedActions []string
    The allowed unauthorized actions.
    AllowedUnauthorizedActionsExtensions []AllowedUnauthorizedActionsExtensionResponse
    The allowed unauthorized actions extensions.
    ApiProfiles []ApiProfileResponse
    The api profiles.
    AsyncOperationResourceTypeName string
    The async operation resource type name.
    AsyncTimeoutRules []AsyncTimeoutRuleResponse
    Async timeout rules
    AuthorizationActionMappings []AuthorizationActionMappingResponse
    The authorization action mappings
    AvailabilityZoneRule ResourceTypeRegistrationPropertiesResponseAvailabilityZoneRule
    The availability zone rule.
    CapacityRule ResourceTypeRegistrationPropertiesResponseCapacityRule
    Capacity rule.
    Category string
    The category.
    CheckNameAvailabilitySpecifications ResourceTypeRegistrationPropertiesResponseCheckNameAvailabilitySpecifications
    The check name availability specifications.
    CommonApiVersions []string
    Common API versions for the resource type.
    CrossTenantTokenValidation string
    The cross tenant token validation.
    DefaultApiVersion string
    The default api version.
    DisallowedActionVerbs []string
    The disallowed action verbs.
    DisallowedEndUserOperations []string
    The disallowed end user operations.
    DstsConfiguration ResourceTypeRegistrationPropertiesResponseDstsConfiguration
    The dsts configuration.
    EnableAsyncOperation bool
    Whether async operation is enabled.
    EnableThirdPartyS2S bool
    Whether third party S2S is enabled.
    Endpoints []ResourceTypeEndpointResponse
    The extensions.
    ExtendedLocations []ExtendedLocationOptionsResponse
    The extended locations.
    ExtensionOptions ResourceTypeRegistrationPropertiesResponseExtensionOptions
    The extension options.
    FeaturesRule ResourceTypeRegistrationPropertiesResponseFeaturesRule
    The features rule.
    FrontdoorRequestMode string
    The frontdoor request mode.
    GroupingTag string
    Grouping tag.
    IdentityManagement ResourceTypeRegistrationPropertiesResponseIdentityManagement
    The identity management.
    IsPureProxy bool
    Whether it is pure proxy.
    LegacyName string
    The legacy name.
    LegacyNames []string
    The legacy names.
    LegacyPolicy ResourceTypeRegistrationPropertiesResponseLegacyPolicy
    The legacy policy.
    LinkedAccessChecks []LinkedAccessCheckResponse
    The linked access checks.
    LinkedNotificationRules []LinkedNotificationRuleResponse
    The linked notification rules.
    LinkedOperationRules []LinkedOperationRuleResponse
    The linked operation rules.
    LoggingRules []LoggingRuleResponse
    The logging rules.
    Management ResourceTypeRegistrationPropertiesResponseManagement
    The resource provider management.
    ManifestLink string
    Manifest link.
    MarketplaceOptions ResourceTypeRegistrationPropertiesResponseMarketplaceOptions
    Marketplace options.
    MarketplaceType string
    The marketplace type.
    Metadata map[string]interface{}
    The metadata.
    Notifications []NotificationResponse
    The notifications.
    OnBehalfOfTokens ResourceTypeOnBehalfOfTokenResponse
    The on behalf of tokens.
    OpenApiConfiguration OpenApiConfigurationResponse
    The open api configuration.
    PolicyExecutionType string
    The policy execution type.
    QuotaRule QuotaRuleResponse
    The quota rule.
    Regionality string
    The regionality.
    RequestHeaderOptions ResourceTypeRegistrationPropertiesResponseRequestHeaderOptions
    The request header options.
    RequiredFeatures []string
    The required features.
    ResourceCache ResourceTypeRegistrationPropertiesResponseResourceCache
    Resource cache options.
    ResourceConcurrencyControlOptions map[string]ResourceConcurrencyControlOptionResponse
    The resource concurrency control options.
    ResourceDeletionPolicy string
    The resource deletion policy.
    ResourceGraphConfiguration ResourceTypeRegistrationPropertiesResponseResourceGraphConfiguration
    The resource graph configuration.
    ResourceManagementOptions ResourceTypeRegistrationPropertiesResponseResourceManagementOptions
    Resource management options.
    ResourceMovePolicy ResourceTypeRegistrationPropertiesResponseResourceMovePolicy
    The resource move policy.
    ResourceProviderAuthorizationRules ResourceProviderAuthorizationRulesResponse
    The resource provider authorization rules.
    ResourceQueryManagement ResourceTypeRegistrationPropertiesResponseResourceQueryManagement
    Resource query management options.
    ResourceSubType string
    The resource sub type.
    ResourceTypeCommonAttributeManagement ResourceTypeRegistrationPropertiesResponseResourceTypeCommonAttributeManagement
    Resource type common attribute management.
    ResourceValidation string
    The resource validation.
    RoutingRule ResourceTypeRegistrationPropertiesResponseRoutingRule
    Routing rule.
    RoutingType string
    The resource routing type.
    ServiceTreeInfos []ServiceTreeInfoResponse
    The service tree infos.
    SkuLink string
    The sku link.
    SubscriptionLifecycleNotificationSpecifications ResourceTypeRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications
    The subscription lifecycle notification specifications.
    SubscriptionStateRules []SubscriptionStateRuleResponse
    The subscription state rules.
    SupportsTags bool
    Whether tags are supported.
    SwaggerSpecifications []SwaggerSpecificationResponse
    The swagger specifications.
    TemplateDeploymentOptions ResourceTypeRegistrationPropertiesResponseTemplateDeploymentOptions
    The template deployment options.
    TemplateDeploymentPolicy ResourceTypeRegistrationPropertiesResponseTemplateDeploymentPolicy
    The template deployment policy.
    ThrottlingRules []ThrottlingRuleResponse
    The throttling rules.
    TokenAuthConfiguration TokenAuthConfigurationResponse
    The token auth configuration.
    provisioningState String
    The provisioning state.
    addResourceListTargetLocations Boolean
    Add resource list target locations?
    additionalOptions String
    The additional options.
    allowEmptyRoleAssignments Boolean
    The allow empty role assignments.
    allowedResourceNames List<AllowedResourceNameResponse>
    The allowed resource names.
    allowedTemplateDeploymentReferenceActions List<String>
    Allowed template deployment reference actions.
    allowedUnauthorizedActions List<String>
    The allowed unauthorized actions.
    allowedUnauthorizedActionsExtensions List<AllowedUnauthorizedActionsExtensionResponse>
    The allowed unauthorized actions extensions.
    apiProfiles List<ApiProfileResponse>
    The api profiles.
    asyncOperationResourceTypeName String
    The async operation resource type name.
    asyncTimeoutRules List<AsyncTimeoutRuleResponse>
    Async timeout rules
    authorizationActionMappings List<AuthorizationActionMappingResponse>
    The authorization action mappings
    availabilityZoneRule ResourceTypeRegistrationPropertiesResponseAvailabilityZoneRule
    The availability zone rule.
    capacityRule ResourceTypeRegistrationPropertiesResponseCapacityRule
    Capacity rule.
    category String
    The category.
    checkNameAvailabilitySpecifications ResourceTypeRegistrationPropertiesResponseCheckNameAvailabilitySpecifications
    The check name availability specifications.
    commonApiVersions List<String>
    Common API versions for the resource type.
    crossTenantTokenValidation String
    The cross tenant token validation.
    defaultApiVersion String
    The default api version.
    disallowedActionVerbs List<String>
    The disallowed action verbs.
    disallowedEndUserOperations List<String>
    The disallowed end user operations.
    dstsConfiguration ResourceTypeRegistrationPropertiesResponseDstsConfiguration
    The dsts configuration.
    enableAsyncOperation Boolean
    Whether async operation is enabled.
    enableThirdPartyS2S Boolean
    Whether third party S2S is enabled.
    endpoints List<ResourceTypeEndpointResponse>
    The extensions.
    extendedLocations List<ExtendedLocationOptionsResponse>
    The extended locations.
    extensionOptions ResourceTypeRegistrationPropertiesResponseExtensionOptions
    The extension options.
    featuresRule ResourceTypeRegistrationPropertiesResponseFeaturesRule
    The features rule.
    frontdoorRequestMode String
    The frontdoor request mode.
    groupingTag String
    Grouping tag.
    identityManagement ResourceTypeRegistrationPropertiesResponseIdentityManagement
    The identity management.
    isPureProxy Boolean
    Whether it is pure proxy.
    legacyName String
    The legacy name.
    legacyNames List<String>
    The legacy names.
    legacyPolicy ResourceTypeRegistrationPropertiesResponseLegacyPolicy
    The legacy policy.
    linkedAccessChecks List<LinkedAccessCheckResponse>
    The linked access checks.
    linkedNotificationRules List<LinkedNotificationRuleResponse>
    The linked notification rules.
    linkedOperationRules List<LinkedOperationRuleResponse>
    The linked operation rules.
    loggingRules List<LoggingRuleResponse>
    The logging rules.
    management ResourceTypeRegistrationPropertiesResponseManagement
    The resource provider management.
    manifestLink String
    Manifest link.
    marketplaceOptions ResourceTypeRegistrationPropertiesResponseMarketplaceOptions
    Marketplace options.
    marketplaceType String
    The marketplace type.
    metadata Map<String,Object>
    The metadata.
    notifications List<NotificationResponse>
    The notifications.
    onBehalfOfTokens ResourceTypeOnBehalfOfTokenResponse
    The on behalf of tokens.
    openApiConfiguration OpenApiConfigurationResponse
    The open api configuration.
    policyExecutionType String
    The policy execution type.
    quotaRule QuotaRuleResponse
    The quota rule.
    regionality String
    The regionality.
    requestHeaderOptions ResourceTypeRegistrationPropertiesResponseRequestHeaderOptions
    The request header options.
    requiredFeatures List<String>
    The required features.
    resourceCache ResourceTypeRegistrationPropertiesResponseResourceCache
    Resource cache options.
    resourceConcurrencyControlOptions Map<String,ResourceConcurrencyControlOptionResponse>
    The resource concurrency control options.
    resourceDeletionPolicy String
    The resource deletion policy.
    resourceGraphConfiguration ResourceTypeRegistrationPropertiesResponseResourceGraphConfiguration
    The resource graph configuration.
    resourceManagementOptions ResourceTypeRegistrationPropertiesResponseResourceManagementOptions
    Resource management options.
    resourceMovePolicy ResourceTypeRegistrationPropertiesResponseResourceMovePolicy
    The resource move policy.
    resourceProviderAuthorizationRules ResourceProviderAuthorizationRulesResponse
    The resource provider authorization rules.
    resourceQueryManagement ResourceTypeRegistrationPropertiesResponseResourceQueryManagement
    Resource query management options.
    resourceSubType String
    The resource sub type.
    resourceTypeCommonAttributeManagement ResourceTypeRegistrationPropertiesResponseResourceTypeCommonAttributeManagement
    Resource type common attribute management.
    resourceValidation String
    The resource validation.
    routingRule ResourceTypeRegistrationPropertiesResponseRoutingRule
    Routing rule.
    routingType String
    The resource routing type.
    serviceTreeInfos List<ServiceTreeInfoResponse>
    The service tree infos.
    skuLink String
    The sku link.
    subscriptionLifecycleNotificationSpecifications ResourceTypeRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications
    The subscription lifecycle notification specifications.
    subscriptionStateRules List<SubscriptionStateRuleResponse>
    The subscription state rules.
    supportsTags Boolean
    Whether tags are supported.
    swaggerSpecifications List<SwaggerSpecificationResponse>
    The swagger specifications.
    templateDeploymentOptions ResourceTypeRegistrationPropertiesResponseTemplateDeploymentOptions
    The template deployment options.
    templateDeploymentPolicy ResourceTypeRegistrationPropertiesResponseTemplateDeploymentPolicy
    The template deployment policy.
    throttlingRules List<ThrottlingRuleResponse>
    The throttling rules.
    tokenAuthConfiguration TokenAuthConfigurationResponse
    The token auth configuration.
    provisioningState string
    The provisioning state.
    addResourceListTargetLocations boolean
    Add resource list target locations?
    additionalOptions string
    The additional options.
    allowEmptyRoleAssignments boolean
    The allow empty role assignments.
    allowedResourceNames AllowedResourceNameResponse[]
    The allowed resource names.
    allowedTemplateDeploymentReferenceActions string[]
    Allowed template deployment reference actions.
    allowedUnauthorizedActions string[]
    The allowed unauthorized actions.
    allowedUnauthorizedActionsExtensions AllowedUnauthorizedActionsExtensionResponse[]
    The allowed unauthorized actions extensions.
    apiProfiles ApiProfileResponse[]
    The api profiles.
    asyncOperationResourceTypeName string
    The async operation resource type name.
    asyncTimeoutRules AsyncTimeoutRuleResponse[]
    Async timeout rules
    authorizationActionMappings AuthorizationActionMappingResponse[]
    The authorization action mappings
    availabilityZoneRule ResourceTypeRegistrationPropertiesResponseAvailabilityZoneRule
    The availability zone rule.
    capacityRule ResourceTypeRegistrationPropertiesResponseCapacityRule
    Capacity rule.
    category string
    The category.
    checkNameAvailabilitySpecifications ResourceTypeRegistrationPropertiesResponseCheckNameAvailabilitySpecifications
    The check name availability specifications.
    commonApiVersions string[]
    Common API versions for the resource type.
    crossTenantTokenValidation string
    The cross tenant token validation.
    defaultApiVersion string
    The default api version.
    disallowedActionVerbs string[]
    The disallowed action verbs.
    disallowedEndUserOperations string[]
    The disallowed end user operations.
    dstsConfiguration ResourceTypeRegistrationPropertiesResponseDstsConfiguration
    The dsts configuration.
    enableAsyncOperation boolean
    Whether async operation is enabled.
    enableThirdPartyS2S boolean
    Whether third party S2S is enabled.
    endpoints ResourceTypeEndpointResponse[]
    The extensions.
    extendedLocations ExtendedLocationOptionsResponse[]
    The extended locations.
    extensionOptions ResourceTypeRegistrationPropertiesResponseExtensionOptions
    The extension options.
    featuresRule ResourceTypeRegistrationPropertiesResponseFeaturesRule
    The features rule.
    frontdoorRequestMode string
    The frontdoor request mode.
    groupingTag string
    Grouping tag.
    identityManagement ResourceTypeRegistrationPropertiesResponseIdentityManagement
    The identity management.
    isPureProxy boolean
    Whether it is pure proxy.
    legacyName string
    The legacy name.
    legacyNames string[]
    The legacy names.
    legacyPolicy ResourceTypeRegistrationPropertiesResponseLegacyPolicy
    The legacy policy.
    linkedAccessChecks LinkedAccessCheckResponse[]
    The linked access checks.
    linkedNotificationRules LinkedNotificationRuleResponse[]
    The linked notification rules.
    linkedOperationRules LinkedOperationRuleResponse[]
    The linked operation rules.
    loggingRules LoggingRuleResponse[]
    The logging rules.
    management ResourceTypeRegistrationPropertiesResponseManagement
    The resource provider management.
    manifestLink string
    Manifest link.
    marketplaceOptions ResourceTypeRegistrationPropertiesResponseMarketplaceOptions
    Marketplace options.
    marketplaceType string
    The marketplace type.
    metadata {[key: string]: any}
    The metadata.
    notifications NotificationResponse[]
    The notifications.
    onBehalfOfTokens ResourceTypeOnBehalfOfTokenResponse
    The on behalf of tokens.
    openApiConfiguration OpenApiConfigurationResponse
    The open api configuration.
    policyExecutionType string
    The policy execution type.
    quotaRule QuotaRuleResponse
    The quota rule.
    regionality string
    The regionality.
    requestHeaderOptions ResourceTypeRegistrationPropertiesResponseRequestHeaderOptions
    The request header options.
    requiredFeatures string[]
    The required features.
    resourceCache ResourceTypeRegistrationPropertiesResponseResourceCache
    Resource cache options.
    resourceConcurrencyControlOptions {[key: string]: ResourceConcurrencyControlOptionResponse}
    The resource concurrency control options.
    resourceDeletionPolicy string
    The resource deletion policy.
    resourceGraphConfiguration ResourceTypeRegistrationPropertiesResponseResourceGraphConfiguration
    The resource graph configuration.
    resourceManagementOptions ResourceTypeRegistrationPropertiesResponseResourceManagementOptions
    Resource management options.
    resourceMovePolicy ResourceTypeRegistrationPropertiesResponseResourceMovePolicy
    The resource move policy.
    resourceProviderAuthorizationRules ResourceProviderAuthorizationRulesResponse
    The resource provider authorization rules.
    resourceQueryManagement ResourceTypeRegistrationPropertiesResponseResourceQueryManagement
    Resource query management options.
    resourceSubType string
    The resource sub type.
    resourceTypeCommonAttributeManagement ResourceTypeRegistrationPropertiesResponseResourceTypeCommonAttributeManagement
    Resource type common attribute management.
    resourceValidation string
    The resource validation.
    routingRule ResourceTypeRegistrationPropertiesResponseRoutingRule
    Routing rule.
    routingType string
    The resource routing type.
    serviceTreeInfos ServiceTreeInfoResponse[]
    The service tree infos.
    skuLink string
    The sku link.
    subscriptionLifecycleNotificationSpecifications ResourceTypeRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications
    The subscription lifecycle notification specifications.
    subscriptionStateRules SubscriptionStateRuleResponse[]
    The subscription state rules.
    supportsTags boolean
    Whether tags are supported.
    swaggerSpecifications SwaggerSpecificationResponse[]
    The swagger specifications.
    templateDeploymentOptions ResourceTypeRegistrationPropertiesResponseTemplateDeploymentOptions
    The template deployment options.
    templateDeploymentPolicy ResourceTypeRegistrationPropertiesResponseTemplateDeploymentPolicy
    The template deployment policy.
    throttlingRules ThrottlingRuleResponse[]
    The throttling rules.
    tokenAuthConfiguration TokenAuthConfigurationResponse
    The token auth configuration.
    provisioning_state str
    The provisioning state.
    add_resource_list_target_locations bool
    Add resource list target locations?
    additional_options str
    The additional options.
    allow_empty_role_assignments bool
    The allow empty role assignments.
    allowed_resource_names Sequence[AllowedResourceNameResponse]
    The allowed resource names.
    allowed_template_deployment_reference_actions Sequence[str]
    Allowed template deployment reference actions.
    allowed_unauthorized_actions Sequence[str]
    The allowed unauthorized actions.
    allowed_unauthorized_actions_extensions Sequence[AllowedUnauthorizedActionsExtensionResponse]
    The allowed unauthorized actions extensions.
    api_profiles Sequence[ApiProfileResponse]
    The api profiles.
    async_operation_resource_type_name str
    The async operation resource type name.
    async_timeout_rules Sequence[AsyncTimeoutRuleResponse]
    Async timeout rules
    authorization_action_mappings Sequence[AuthorizationActionMappingResponse]
    The authorization action mappings
    availability_zone_rule ResourceTypeRegistrationPropertiesResponseAvailabilityZoneRule
    The availability zone rule.
    capacity_rule ResourceTypeRegistrationPropertiesResponseCapacityRule
    Capacity rule.
    category str
    The category.
    check_name_availability_specifications ResourceTypeRegistrationPropertiesResponseCheckNameAvailabilitySpecifications
    The check name availability specifications.
    common_api_versions Sequence[str]
    Common API versions for the resource type.
    cross_tenant_token_validation str
    The cross tenant token validation.
    default_api_version str
    The default api version.
    disallowed_action_verbs Sequence[str]
    The disallowed action verbs.
    disallowed_end_user_operations Sequence[str]
    The disallowed end user operations.
    dsts_configuration ResourceTypeRegistrationPropertiesResponseDstsConfiguration
    The dsts configuration.
    enable_async_operation bool
    Whether async operation is enabled.
    enable_third_party_s2_s bool
    Whether third party S2S is enabled.
    endpoints Sequence[ResourceTypeEndpointResponse]
    The extensions.
    extended_locations Sequence[ExtendedLocationOptionsResponse]
    The extended locations.
    extension_options ResourceTypeRegistrationPropertiesResponseExtensionOptions
    The extension options.
    features_rule ResourceTypeRegistrationPropertiesResponseFeaturesRule
    The features rule.
    frontdoor_request_mode str
    The frontdoor request mode.
    grouping_tag str
    Grouping tag.
    identity_management ResourceTypeRegistrationPropertiesResponseIdentityManagement
    The identity management.
    is_pure_proxy bool
    Whether it is pure proxy.
    legacy_name str
    The legacy name.
    legacy_names Sequence[str]
    The legacy names.
    legacy_policy ResourceTypeRegistrationPropertiesResponseLegacyPolicy
    The legacy policy.
    linked_access_checks Sequence[LinkedAccessCheckResponse]
    The linked access checks.
    linked_notification_rules Sequence[LinkedNotificationRuleResponse]
    The linked notification rules.
    linked_operation_rules Sequence[LinkedOperationRuleResponse]
    The linked operation rules.
    logging_rules Sequence[LoggingRuleResponse]
    The logging rules.
    management ResourceTypeRegistrationPropertiesResponseManagement
    The resource provider management.
    manifest_link str
    Manifest link.
    marketplace_options ResourceTypeRegistrationPropertiesResponseMarketplaceOptions
    Marketplace options.
    marketplace_type str
    The marketplace type.
    metadata Mapping[str, Any]
    The metadata.
    notifications Sequence[NotificationResponse]
    The notifications.
    on_behalf_of_tokens ResourceTypeOnBehalfOfTokenResponse
    The on behalf of tokens.
    open_api_configuration OpenApiConfigurationResponse
    The open api configuration.
    policy_execution_type str
    The policy execution type.
    quota_rule QuotaRuleResponse
    The quota rule.
    regionality str
    The regionality.
    request_header_options ResourceTypeRegistrationPropertiesResponseRequestHeaderOptions
    The request header options.
    required_features Sequence[str]
    The required features.
    resource_cache ResourceTypeRegistrationPropertiesResponseResourceCache
    Resource cache options.
    resource_concurrency_control_options Mapping[str, ResourceConcurrencyControlOptionResponse]
    The resource concurrency control options.
    resource_deletion_policy str
    The resource deletion policy.
    resource_graph_configuration ResourceTypeRegistrationPropertiesResponseResourceGraphConfiguration
    The resource graph configuration.
    resource_management_options ResourceTypeRegistrationPropertiesResponseResourceManagementOptions
    Resource management options.
    resource_move_policy ResourceTypeRegistrationPropertiesResponseResourceMovePolicy
    The resource move policy.
    resource_provider_authorization_rules ResourceProviderAuthorizationRulesResponse
    The resource provider authorization rules.
    resource_query_management ResourceTypeRegistrationPropertiesResponseResourceQueryManagement
    Resource query management options.
    resource_sub_type str
    The resource sub type.
    resource_type_common_attribute_management ResourceTypeRegistrationPropertiesResponseResourceTypeCommonAttributeManagement
    Resource type common attribute management.
    resource_validation str
    The resource validation.
    routing_rule ResourceTypeRegistrationPropertiesResponseRoutingRule
    Routing rule.
    routing_type str
    The resource routing type.
    service_tree_infos Sequence[ServiceTreeInfoResponse]
    The service tree infos.
    sku_link str
    The sku link.
    subscription_lifecycle_notification_specifications ResourceTypeRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications
    The subscription lifecycle notification specifications.
    subscription_state_rules Sequence[SubscriptionStateRuleResponse]
    The subscription state rules.
    supports_tags bool
    Whether tags are supported.
    swagger_specifications Sequence[SwaggerSpecificationResponse]
    The swagger specifications.
    template_deployment_options ResourceTypeRegistrationPropertiesResponseTemplateDeploymentOptions
    The template deployment options.
    template_deployment_policy ResourceTypeRegistrationPropertiesResponseTemplateDeploymentPolicy
    The template deployment policy.
    throttling_rules Sequence[ThrottlingRuleResponse]
    The throttling rules.
    token_auth_configuration TokenAuthConfigurationResponse
    The token auth configuration.
    provisioningState String
    The provisioning state.
    addResourceListTargetLocations Boolean
    Add resource list target locations?
    additionalOptions String
    The additional options.
    allowEmptyRoleAssignments Boolean
    The allow empty role assignments.
    allowedResourceNames List<Property Map>
    The allowed resource names.
    allowedTemplateDeploymentReferenceActions List<String>
    Allowed template deployment reference actions.
    allowedUnauthorizedActions List<String>
    The allowed unauthorized actions.
    allowedUnauthorizedActionsExtensions List<Property Map>
    The allowed unauthorized actions extensions.
    apiProfiles List<Property Map>
    The api profiles.
    asyncOperationResourceTypeName String
    The async operation resource type name.
    asyncTimeoutRules List<Property Map>
    Async timeout rules
    authorizationActionMappings List<Property Map>
    The authorization action mappings
    availabilityZoneRule Property Map
    The availability zone rule.
    capacityRule Property Map
    Capacity rule.
    category String
    The category.
    checkNameAvailabilitySpecifications Property Map
    The check name availability specifications.
    commonApiVersions List<String>
    Common API versions for the resource type.
    crossTenantTokenValidation String
    The cross tenant token validation.
    defaultApiVersion String
    The default api version.
    disallowedActionVerbs List<String>
    The disallowed action verbs.
    disallowedEndUserOperations List<String>
    The disallowed end user operations.
    dstsConfiguration Property Map
    The dsts configuration.
    enableAsyncOperation Boolean
    Whether async operation is enabled.
    enableThirdPartyS2S Boolean
    Whether third party S2S is enabled.
    endpoints List<Property Map>
    The extensions.
    extendedLocations List<Property Map>
    The extended locations.
    extensionOptions Property Map
    The extension options.
    featuresRule Property Map
    The features rule.
    frontdoorRequestMode String
    The frontdoor request mode.
    groupingTag String
    Grouping tag.
    identityManagement Property Map
    The identity management.
    isPureProxy Boolean
    Whether it is pure proxy.
    legacyName String
    The legacy name.
    legacyNames List<String>
    The legacy names.
    legacyPolicy Property Map
    The legacy policy.
    linkedAccessChecks List<Property Map>
    The linked access checks.
    linkedNotificationRules List<Property Map>
    The linked notification rules.
    linkedOperationRules List<Property Map>
    The linked operation rules.
    loggingRules List<Property Map>
    The logging rules.
    management Property Map
    The resource provider management.
    manifestLink String
    Manifest link.
    marketplaceOptions Property Map
    Marketplace options.
    marketplaceType String
    The marketplace type.
    metadata Map<Any>
    The metadata.
    notifications List<Property Map>
    The notifications.
    onBehalfOfTokens Property Map
    The on behalf of tokens.
    openApiConfiguration Property Map
    The open api configuration.
    policyExecutionType String
    The policy execution type.
    quotaRule Property Map
    The quota rule.
    regionality String
    The regionality.
    requestHeaderOptions Property Map
    The request header options.
    requiredFeatures List<String>
    The required features.
    resourceCache Property Map
    Resource cache options.
    resourceConcurrencyControlOptions Map<Property Map>
    The resource concurrency control options.
    resourceDeletionPolicy String
    The resource deletion policy.
    resourceGraphConfiguration Property Map
    The resource graph configuration.
    resourceManagementOptions Property Map
    Resource management options.
    resourceMovePolicy Property Map
    The resource move policy.
    resourceProviderAuthorizationRules Property Map
    The resource provider authorization rules.
    resourceQueryManagement Property Map
    Resource query management options.
    resourceSubType String
    The resource sub type.
    resourceTypeCommonAttributeManagement Property Map
    Resource type common attribute management.
    resourceValidation String
    The resource validation.
    routingRule Property Map
    Routing rule.
    routingType String
    The resource routing type.
    serviceTreeInfos List<Property Map>
    The service tree infos.
    skuLink String
    The sku link.
    subscriptionLifecycleNotificationSpecifications Property Map
    The subscription lifecycle notification specifications.
    subscriptionStateRules List<Property Map>
    The subscription state rules.
    supportsTags Boolean
    Whether tags are supported.
    swaggerSpecifications List<Property Map>
    The swagger specifications.
    templateDeploymentOptions Property Map
    The template deployment options.
    templateDeploymentPolicy Property Map
    The template deployment policy.
    throttlingRules List<Property Map>
    The throttling rules.
    tokenAuthConfiguration Property Map
    The token auth configuration.

    ResourceTypeRegistrationPropertiesResponseAvailabilityZoneRule

    ResourceTypeRegistrationPropertiesResponseBatchProvisioningSupport

    SupportedOperations string
    Supported operations.
    SupportedOperations string
    Supported operations.
    supportedOperations String
    Supported operations.
    supportedOperations string
    Supported operations.
    supported_operations str
    Supported operations.
    supportedOperations String
    Supported operations.

    ResourceTypeRegistrationPropertiesResponseCapacityRule

    CapacityPolicy string
    Capacity policy.
    SkuAlias string
    Sku alias
    CapacityPolicy string
    Capacity policy.
    SkuAlias string
    Sku alias
    capacityPolicy String
    Capacity policy.
    skuAlias String
    Sku alias
    capacityPolicy string
    Capacity policy.
    skuAlias string
    Sku alias
    capacity_policy str
    Capacity policy.
    sku_alias str
    Sku alias
    capacityPolicy String
    Capacity policy.
    skuAlias String
    Sku alias

    ResourceTypeRegistrationPropertiesResponseCheckNameAvailabilitySpecifications

    EnableDefaultValidation bool
    Whether default validation is enabled.
    ResourceTypesWithCustomValidation List<string>
    The resource types with custom validation.
    EnableDefaultValidation bool
    Whether default validation is enabled.
    ResourceTypesWithCustomValidation []string
    The resource types with custom validation.
    enableDefaultValidation Boolean
    Whether default validation is enabled.
    resourceTypesWithCustomValidation List<String>
    The resource types with custom validation.
    enableDefaultValidation boolean
    Whether default validation is enabled.
    resourceTypesWithCustomValidation string[]
    The resource types with custom validation.
    enable_default_validation bool
    Whether default validation is enabled.
    resource_types_with_custom_validation Sequence[str]
    The resource types with custom validation.
    enableDefaultValidation Boolean
    Whether default validation is enabled.
    resourceTypesWithCustomValidation List<String>
    The resource types with custom validation.

    ResourceTypeRegistrationPropertiesResponseDstsConfiguration

    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.

    ResourceTypeRegistrationPropertiesResponseExtensionOptions

    resourceCreationBegin Property Map
    Resource creation begin.

    ResourceTypeRegistrationPropertiesResponseFeaturesRule

    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.

    ResourceTypeRegistrationPropertiesResponseIdentityManagement

    ApplicationId string
    The application id.
    ApplicationIds List<string>
    The application ids.
    DelegationAppIds List<string>
    The delegation app ids.
    Type string
    The type.
    ApplicationId string
    The application id.
    ApplicationIds []string
    The application ids.
    DelegationAppIds []string
    The delegation app ids.
    Type string
    The type.
    applicationId String
    The application id.
    applicationIds List<String>
    The application ids.
    delegationAppIds List<String>
    The delegation app ids.
    type String
    The type.
    applicationId string
    The application id.
    applicationIds string[]
    The application ids.
    delegationAppIds string[]
    The delegation app ids.
    type string
    The type.
    application_id str
    The application id.
    application_ids Sequence[str]
    The application ids.
    delegation_app_ids Sequence[str]
    The delegation app ids.
    type str
    The type.
    applicationId String
    The application id.
    applicationIds List<String>
    The application ids.
    delegationAppIds List<String>
    The delegation app ids.
    type String
    The type.

    ResourceTypeRegistrationPropertiesResponseLegacyPolicy

    ResourceTypeRegistrationPropertiesResponseManagement

    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.

    ResourceTypeRegistrationPropertiesResponseMarketplaceOptions

    AddOnPlanConversionAllowed bool
    Add-on plan conversion allowed.
    AddOnPlanConversionAllowed bool
    Add-on plan conversion allowed.
    addOnPlanConversionAllowed Boolean
    Add-on plan conversion allowed.
    addOnPlanConversionAllowed boolean
    Add-on plan conversion allowed.
    add_on_plan_conversion_allowed bool
    Add-on plan conversion allowed.
    addOnPlanConversionAllowed Boolean
    Add-on plan conversion allowed.

    ResourceTypeRegistrationPropertiesResponseNestedProvisioningSupport

    MinimumApiVersion string
    Minimum API version.
    MinimumApiVersion string
    Minimum API version.
    minimumApiVersion String
    Minimum API version.
    minimumApiVersion string
    Minimum API version.
    minimum_api_version str
    Minimum API version.
    minimumApiVersion String
    Minimum API version.

    ResourceTypeRegistrationPropertiesResponseRequestHeaderOptions

    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.

    ResourceTypeRegistrationPropertiesResponseResourceCache

    EnableResourceCache bool
    Enable resource cache.
    ResourceCacheExpirationTimespan string
    Resource cache expiration timespan. This is a TimeSpan property.
    EnableResourceCache bool
    Enable resource cache.
    ResourceCacheExpirationTimespan string
    Resource cache expiration timespan. This is a TimeSpan property.
    enableResourceCache Boolean
    Enable resource cache.
    resourceCacheExpirationTimespan String
    Resource cache expiration timespan. This is a TimeSpan property.
    enableResourceCache boolean
    Enable resource cache.
    resourceCacheExpirationTimespan string
    Resource cache expiration timespan. This is a TimeSpan property.
    enable_resource_cache bool
    Enable resource cache.
    resource_cache_expiration_timespan str
    Resource cache expiration timespan. This is a TimeSpan property.
    enableResourceCache Boolean
    Enable resource cache.
    resourceCacheExpirationTimespan String
    Resource cache expiration timespan. This is a TimeSpan property.

    ResourceTypeRegistrationPropertiesResponseResourceGraphConfiguration

    ApiVersion string
    The api version.
    Enabled bool
    Whether it's enabled.
    ApiVersion string
    The api version.
    Enabled bool
    Whether it's enabled.
    apiVersion String
    The api version.
    enabled Boolean
    Whether it's enabled.
    apiVersion string
    The api version.
    enabled boolean
    Whether it's enabled.
    api_version str
    The api version.
    enabled bool
    Whether it's enabled.
    apiVersion String
    The api version.
    enabled Boolean
    Whether it's enabled.

    ResourceTypeRegistrationPropertiesResponseResourceManagementOptions

    batchProvisioningSupport Property Map
    Batch provisioning support.
    deleteDependencies List<Property Map>
    Delete dependencies.
    nestedProvisioningSupport Property Map
    Nested provisioning support.

    ResourceTypeRegistrationPropertiesResponseResourceMovePolicy

    CrossResourceGroupMoveEnabled bool
    Whether cross resource group move is enabled.
    CrossSubscriptionMoveEnabled bool
    Whether cross subscription move is enabled.
    ValidationRequired bool
    Whether validation is required.
    CrossResourceGroupMoveEnabled bool
    Whether cross resource group move is enabled.
    CrossSubscriptionMoveEnabled bool
    Whether cross subscription move is enabled.
    ValidationRequired bool
    Whether validation is required.
    crossResourceGroupMoveEnabled Boolean
    Whether cross resource group move is enabled.
    crossSubscriptionMoveEnabled Boolean
    Whether cross subscription move is enabled.
    validationRequired Boolean
    Whether validation is required.
    crossResourceGroupMoveEnabled boolean
    Whether cross resource group move is enabled.
    crossSubscriptionMoveEnabled boolean
    Whether cross subscription move is enabled.
    validationRequired boolean
    Whether validation is required.
    cross_resource_group_move_enabled bool
    Whether cross resource group move is enabled.
    cross_subscription_move_enabled bool
    Whether cross subscription move is enabled.
    validation_required bool
    Whether validation is required.
    crossResourceGroupMoveEnabled Boolean
    Whether cross resource group move is enabled.
    crossSubscriptionMoveEnabled Boolean
    Whether cross subscription move is enabled.
    validationRequired Boolean
    Whether validation is required.

    ResourceTypeRegistrationPropertiesResponseResourceQueryManagement

    FilterOption string
    Filter option.
    FilterOption string
    Filter option.
    filterOption String
    Filter option.
    filterOption string
    Filter option.
    filter_option str
    Filter option.
    filterOption String
    Filter option.

    ResourceTypeRegistrationPropertiesResponseResourceTypeCommonAttributeManagement

    CommonApiVersionsMergeMode string
    Common api versions merge mode.
    CommonApiVersionsMergeMode string
    Common api versions merge mode.
    commonApiVersionsMergeMode String
    Common api versions merge mode.
    commonApiVersionsMergeMode string
    Common api versions merge mode.
    common_api_versions_merge_mode str
    Common api versions merge mode.
    commonApiVersionsMergeMode String
    Common api versions merge mode.

    ResourceTypeRegistrationPropertiesResponseRoutingRule

    HostResourceType string
    Hosted resource type.
    HostResourceType string
    Hosted resource type.
    hostResourceType String
    Hosted resource type.
    hostResourceType string
    Hosted resource type.
    host_resource_type str
    Hosted resource type.
    hostResourceType String
    Hosted resource type.

    ResourceTypeRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications

    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.

    ResourceTypeRegistrationPropertiesResponseTemplateDeploymentOptions

    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.

    ResourceTypeRegistrationPropertiesResponseTemplateDeploymentPolicy

    Capabilities string
    The capabilities.
    PreflightOptions string
    The preflight options.
    PreflightNotifications string
    The preflight notifications.
    Capabilities string
    The capabilities.
    PreflightOptions string
    The preflight options.
    PreflightNotifications string
    The preflight notifications.
    capabilities String
    The capabilities.
    preflightOptions String
    The preflight options.
    preflightNotifications String
    The preflight notifications.
    capabilities string
    The capabilities.
    preflightOptions string
    The preflight options.
    preflightNotifications string
    The preflight notifications.
    capabilities str
    The capabilities.
    preflight_options str
    The preflight options.
    preflight_notifications str
    The preflight notifications.
    capabilities String
    The capabilities.
    preflightOptions String
    The preflight options.
    preflightNotifications String
    The preflight notifications.

    ResourceTypeRegistrationResponse

    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
    SystemData Pulumi.AzureNative.ProviderHub.Inputs.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
    Resource type registration kind. This Metadata is also used by portal/tooling/etc to render different UX experiences for resources of the same type.
    Properties Pulumi.AzureNative.ProviderHub.Inputs.ResourceTypeRegistrationPropertiesResponse
    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
    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
    Resource type registration kind. This Metadata is also used by portal/tooling/etc to render different UX experiences for resources of the same type.
    Properties ResourceTypeRegistrationPropertiesResponse
    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
    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
    Resource type registration kind. This Metadata is also used by portal/tooling/etc to render different UX experiences for resources of the same type.
    properties ResourceTypeRegistrationPropertiesResponse
    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
    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
    Resource type registration kind. This Metadata is also used by portal/tooling/etc to render different UX experiences for resources of the same type.
    properties ResourceTypeRegistrationPropertiesResponse
    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
    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
    Resource type registration kind. This Metadata is also used by portal/tooling/etc to render different UX experiences for resources of the same type.
    properties ResourceTypeRegistrationPropertiesResponse
    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
    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
    Resource type registration kind. This Metadata is also used by portal/tooling/etc to render different UX experiences for resources of the same type.
    properties Property Map

    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.

    SubscriptionStateRuleResponse

    AllowedActions List<string>
    The allowed actions.
    State string
    The subscription state.
    AllowedActions []string
    The allowed actions.
    State string
    The subscription state.
    allowedActions List<String>
    The allowed actions.
    state String
    The subscription state.
    allowedActions string[]
    The allowed actions.
    state string
    The subscription state.
    allowed_actions Sequence[str]
    The allowed actions.
    state str
    The subscription state.
    allowedActions List<String>
    The allowed actions.
    state String
    The subscription state.

    SwaggerSpecificationResponse

    ApiVersions List<string>
    The api versions.
    SwaggerSpecFolderUri string
    The swagger spec folder uri.
    ApiVersions []string
    The api versions.
    SwaggerSpecFolderUri string
    The swagger spec folder uri.
    apiVersions List<String>
    The api versions.
    swaggerSpecFolderUri String
    The swagger spec folder uri.
    apiVersions string[]
    The api versions.
    swaggerSpecFolderUri string
    The swagger spec folder uri.
    api_versions Sequence[str]
    The api versions.
    swagger_spec_folder_uri str
    The swagger spec folder uri.
    apiVersions List<String>
    The api versions.
    swaggerSpecFolderUri String
    The swagger spec folder uri.

    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.

    ThrottlingMetricResponse

    Limit double
    The limit.
    Type string
    The throttling metric type
    Interval string
    The interval.
    Limit float64
    The limit.
    Type string
    The throttling metric type
    Interval string
    The interval.
    limit Double
    The limit.
    type String
    The throttling metric type
    interval String
    The interval.
    limit number
    The limit.
    type string
    The throttling metric type
    interval string
    The interval.
    limit float
    The limit.
    type str
    The throttling metric type
    interval str
    The interval.
    limit Number
    The limit.
    type String
    The throttling metric type
    interval String
    The interval.

    ThrottlingRuleResponse

    Action string
    The action.
    Metrics List<Pulumi.AzureNative.ProviderHub.Inputs.ThrottlingMetricResponse>
    The metrics.
    ApplicationId List<string>
    The application id.
    RequiredFeatures List<string>
    The required features.
    Action string
    The action.
    Metrics []ThrottlingMetricResponse
    The metrics.
    ApplicationId []string
    The application id.
    RequiredFeatures []string
    The required features.
    action String
    The action.
    metrics List<ThrottlingMetricResponse>
    The metrics.
    applicationId List<String>
    The application id.
    requiredFeatures List<String>
    The required features.
    action string
    The action.
    metrics ThrottlingMetricResponse[]
    The metrics.
    applicationId string[]
    The application id.
    requiredFeatures string[]
    The required features.
    action str
    The action.
    metrics Sequence[ThrottlingMetricResponse]
    The metrics.
    application_id Sequence[str]
    The application id.
    required_features Sequence[str]
    The required features.
    action String
    The action.
    metrics List<Property Map>
    The metrics.
    applicationId List<String>
    The application id.
    requiredFeatures List<String>
    The required features.

    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.

    TypedErrorInfoResponse

    Info object
    The error information.
    Type string
    The type of the error.
    Info interface{}
    The error information.
    Type string
    The type of the error.
    info Object
    The error information.
    type String
    The type of the error.
    info any
    The error information.
    type string
    The type of the error.
    info Any
    The error information.
    type str
    The type of the error.
    info Any
    The error information.
    type String
    The type of the error.

    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