azure-native.providerhub.getResourceTypeRegistration
Explore with Pulumi AI
Gets a resource type details in the given subscription and provider.
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 getResourceTypeRegistration
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 getResourceTypeRegistration(args: GetResourceTypeRegistrationArgs, opts?: InvokeOptions): Promise<GetResourceTypeRegistrationResult>
function getResourceTypeRegistrationOutput(args: GetResourceTypeRegistrationOutputArgs, opts?: InvokeOptions): Output<GetResourceTypeRegistrationResult>
def get_resource_type_registration(provider_namespace: Optional[str] = None,
resource_type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetResourceTypeRegistrationResult
def get_resource_type_registration_output(provider_namespace: Optional[pulumi.Input[str]] = None,
resource_type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetResourceTypeRegistrationResult]
func LookupResourceTypeRegistration(ctx *Context, args *LookupResourceTypeRegistrationArgs, opts ...InvokeOption) (*LookupResourceTypeRegistrationResult, error)
func LookupResourceTypeRegistrationOutput(ctx *Context, args *LookupResourceTypeRegistrationOutputArgs, opts ...InvokeOption) LookupResourceTypeRegistrationResultOutput
> Note: This function is named LookupResourceTypeRegistration
in the Go SDK.
public static class GetResourceTypeRegistration
{
public static Task<GetResourceTypeRegistrationResult> InvokeAsync(GetResourceTypeRegistrationArgs args, InvokeOptions? opts = null)
public static Output<GetResourceTypeRegistrationResult> Invoke(GetResourceTypeRegistrationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetResourceTypeRegistrationResult> getResourceTypeRegistration(GetResourceTypeRegistrationArgs args, InvokeOptions options)
public static Output<GetResourceTypeRegistrationResult> getResourceTypeRegistration(GetResourceTypeRegistrationArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:providerhub:getResourceTypeRegistration
arguments:
# arguments dictionary
The following arguments are supported:
- Provider
Namespace string - The name of the resource provider hosted within ProviderHub.
- Resource
Type string - The resource type.
- Provider
Namespace string - The name of the resource provider hosted within ProviderHub.
- Resource
Type string - The resource type.
- provider
Namespace String - The name of the resource provider hosted within ProviderHub.
- resource
Type String - The resource type.
- provider
Namespace string - The name of the resource provider hosted within ProviderHub.
- resource
Type string - The resource type.
- provider_
namespace str - The name of the resource provider hosted within ProviderHub.
- resource_
type str - The resource type.
- provider
Namespace String - The name of the resource provider hosted within ProviderHub.
- resource
Type String - The resource type.
getResourceTypeRegistration Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- Properties
Pulumi.
Azure Native. Provider Hub. Outputs. Resource Type Registration Properties Response - System
Data Pulumi.Azure Native. Provider Hub. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- 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.
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- Properties
Resource
Type Registration Properties Response - System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- 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.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- properties
Resource
Type Registration Properties Response - system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- 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.
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name string
- The name of the resource
- properties
Resource
Type Registration Properties Response - system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- 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.
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name str
- The name of the resource
- properties
Resource
Type Registration Properties Response - system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- 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.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- properties Property Map
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- 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.
Supporting Types
AllowedResourceNameResponse
- Get
Action stringVerb - Get action verb.
- Name string
- Resource name.
- Get
Action stringVerb - Get action verb.
- Name string
- Resource name.
- get
Action StringVerb - Get action verb.
- name String
- Resource name.
- get
Action stringVerb - Get action verb.
- name string
- Resource name.
- get_
action_ strverb - Get action verb.
- name str
- Resource name.
- get
Action StringVerb - Get action verb.
- name String
- Resource name.
AllowedUnauthorizedActionsExtensionResponse
ApiProfileResponse
- Api
Version string - Api version.
- Profile
Version string - Profile version.
- Api
Version string - Api version.
- Profile
Version string - Profile version.
- api
Version String - Api version.
- profile
Version String - Profile version.
- api
Version string - Api version.
- profile
Version string - Profile version.
- api_
version str - Api version.
- profile_
version str - Profile version.
- api
Version String - Api version.
- profile
Version String - Profile version.
AsyncOperationPollingRulesResponse
- Additional
Options string - The additional options.
- List<string>
- The authorization actions.
- Additional
Options string - The additional options.
- []string
- The authorization actions.
- additional
Options String - The additional options.
- List<String>
- The authorization actions.
- additional
Options string - The additional options.
- string[]
- The authorization actions.
- additional_
options str - The additional options.
- Sequence[str]
- The authorization actions.
- additional
Options String - The additional options.
- List<String>
- The authorization actions.
AsyncTimeoutRuleResponse
- Action
Name string - Timeout string
- This is a TimeSpan property
- Action
Name string - Timeout string
- This is a TimeSpan property
- action
Name String - timeout String
- This is a TimeSpan property
- action
Name string - timeout string
- This is a TimeSpan property
- action_
name str - timeout str
- This is a TimeSpan property
- action
Name String - timeout String
- This is a TimeSpan property
AuthorizationActionMappingResponse
DeleteDependencyResponse
- Linked
Property string - Linked property.
- Linked
Type string - Linked type.
- Required
Features List<string> - Required features.
- Linked
Property string - Linked property.
- Linked
Type string - Linked type.
- Required
Features []string - Required features.
- linked
Property String - Linked property.
- linked
Type String - Linked type.
- required
Features List<String> - Required features.
- linked
Property string - Linked property.
- linked
Type string - Linked type.
- required
Features string[] - Required features.
- linked_
property str - Linked property.
- linked_
type str - Linked type.
- required_
features Sequence[str] - Required features.
- linked
Property String - Linked property.
- linked
Type String - Linked type.
- required
Features List<String> - Required features.
ExtendedLocationOptionsResponse
- Supported
Policy string - Type string
- The type.
- Supported
Policy string - Type string
- The type.
- supported
Policy String - type String
- The type.
- supported
Policy string - type string
- The type.
- supported_
policy str - type str
- The type.
- supported
Policy String - type String
- The type.
LegacyDisallowedConditionResponse
- Disallowed
Legacy List<string>Operations - The disallowed legacy operations.
- Feature string
- Feature string.
- Disallowed
Legacy []stringOperations - The disallowed legacy operations.
- Feature string
- Feature string.
- disallowed
Legacy List<String>Operations - The disallowed legacy operations.
- feature String
- Feature string.
- disallowed
Legacy string[]Operations - The disallowed legacy operations.
- feature string
- Feature string.
- disallowed_
legacy_ Sequence[str]operations - The disallowed legacy operations.
- feature str
- Feature string.
- disallowed
Legacy List<String>Operations - The disallowed legacy operations.
- feature String
- Feature string.
LinkedAccessCheckResponse
- Action
Name string - The action name.
- Linked
Action string - The linked action.
- Linked
Action stringVerb - The linked action verb.
- Linked
Property string - The linked property.
- Linked
Type string - The linked type.
- Action
Name string - The action name.
- Linked
Action string - The linked action.
- Linked
Action stringVerb - The linked action verb.
- Linked
Property string - The linked property.
- Linked
Type string - The linked type.
- action
Name String - The action name.
- linked
Action String - The linked action.
- linked
Action StringVerb - The linked action verb.
- linked
Property String - The linked property.
- linked
Type String - The linked type.
- action
Name string - The action name.
- linked
Action string - The linked action.
- linked
Action stringVerb - The linked action verb.
- linked
Property string - The linked property.
- linked
Type string - The linked type.
- action_
name str - The action name.
- linked_
action str - The linked action.
- linked_
action_ strverb - The linked action verb.
- linked_
property str - The linked property.
- linked_
type str - The linked type.
- action
Name String - The action name.
- linked
Action String - The linked action.
- linked
Action StringVerb - The linked action verb.
- linked
Property String - The linked property.
- linked
Type String - The linked type.
LinkedNotificationRuleResponse
- Actions List<string>
- The actions.
- Actions
On List<string>Failed Operation - The actions on failed operation.
- Fast
Path List<string>Actions - The fast path actions.
- Fast
Path List<string>Actions On Failed Operation - The fast path action on failed operation.
- Linked
Notification stringTimeout - This is a TimeSpan property.
- Actions []string
- The actions.
- Actions
On []stringFailed Operation - The actions on failed operation.
- Fast
Path []stringActions - The fast path actions.
- Fast
Path []stringActions On Failed Operation - The fast path action on failed operation.
- Linked
Notification stringTimeout - This is a TimeSpan property.
- actions List<String>
- The actions.
- actions
On List<String>Failed Operation - The actions on failed operation.
- fast
Path List<String>Actions - The fast path actions.
- fast
Path List<String>Actions On Failed Operation - The fast path action on failed operation.
- linked
Notification StringTimeout - This is a TimeSpan property.
- actions string[]
- The actions.
- actions
On string[]Failed Operation - The actions on failed operation.
- fast
Path string[]Actions - The fast path actions.
- fast
Path string[]Actions On Failed Operation - The fast path action on failed operation.
- linked
Notification stringTimeout - This is a TimeSpan property.
- actions Sequence[str]
- The actions.
- actions_
on_ Sequence[str]failed_ operation - The actions on failed operation.
- fast_
path_ Sequence[str]actions - The fast path actions.
- fast_
path_ Sequence[str]actions_ on_ failed_ operation - The fast path action on failed operation.
- linked_
notification_ strtimeout - This is a TimeSpan property.
- actions List<String>
- The actions.
- actions
On List<String>Failed Operation - The actions on failed operation.
- fast
Path List<String>Actions - The fast path actions.
- fast
Path List<String>Actions On Failed Operation - The fast path action on failed operation.
- linked
Notification StringTimeout - This is a TimeSpan property.
LinkedOperationRuleResponse
- Linked
Action string - The linked action.
- Linked
Operation string - The linked operation.
- Depends
On List<string>Types - Depends on types.
- Linked
Action string - The linked action.
- Linked
Operation string - The linked operation.
- Depends
On []stringTypes - Depends on types.
- linked
Action String - The linked action.
- linked
Operation String - The linked operation.
- depends
On List<String>Types - Depends on types.
- linked
Action string - The linked action.
- linked
Operation string - The linked operation.
- depends
On string[]Types - Depends on types.
- linked_
action str - The linked action.
- linked_
operation str - The linked operation.
- depends_
on_ Sequence[str]types - Depends on types.
- linked
Action String - The linked action.
- linked
Operation String - The linked operation.
- depends
On List<String>Types - Depends on types.
LocationQuotaRuleResponse
LoggingRuleResponse
- Action string
- The action.
- Detail
Level string - The detail level.
- Direction string
- The direction.
- Pulumi.
Azure Native. Provider Hub. Inputs. Logging Rule Response Hidden Property Paths - The hidden property paths.
- Action string
- The action.
- Detail
Level string - The detail level.
- Direction string
- The direction.
- Logging
Rule Response Hidden Property Paths - The hidden property paths.
- action String
- The action.
- detail
Level String - The detail level.
- direction String
- The direction.
- Logging
Rule Response Hidden Property Paths - The hidden property paths.
- action string
- The action.
- detail
Level string - The detail level.
- direction string
- The direction.
- Logging
Rule Response Hidden Property Paths - The hidden property paths.
- action str
- The action.
- detail_
level str - The detail level.
- direction str
- The direction.
- Logging
Rule Response Hidden Property Paths - The hidden property paths.
- action String
- The action.
- detail
Level String - The detail level.
- direction String
- The direction.
- Property Map
- The hidden property paths.
LoggingRuleResponseHiddenPropertyPaths
- List<string>
- The hidden paths on request.
- List<string>
- The hidden paths on response.
- []string
- The hidden paths on request.
- []string
- The hidden paths on response.
- List<String>
- The hidden paths on request.
- List<String>
- The hidden paths on response.
- string[]
- The hidden paths on request.
- string[]
- The hidden paths on response.
- Sequence[str]
- The hidden paths on request.
- Sequence[str]
- The hidden paths on response.
- List<String>
- The hidden paths on request.
- List<String>
- The hidden paths on response.
NotificationResponse
- Notification
Type string - The notification type.
- Skip
Notifications string - Whether notifications should be skipped.
- Notification
Type string - The notification type.
- Skip
Notifications string - Whether notifications should be skipped.
- notification
Type String - The notification type.
- skip
Notifications String - Whether notifications should be skipped.
- notification
Type string - The notification type.
- skip
Notifications string - Whether notifications should be skipped.
- notification_
type str - The notification type.
- skip_
notifications str - Whether notifications should be skipped.
- notification
Type String - The notification type.
- skip
Notifications String - Whether notifications should be skipped.
OpenApiConfigurationResponse
- Validation
Pulumi.
Azure Native. Provider Hub. Inputs. Open Api Validation Response - The open api validation.
- Validation
Open
Api Validation Response - The open api validation.
- validation
Open
Api Validation Response - The open api validation.
- validation
Open
Api Validation Response - The open api validation.
- validation
Open
Api Validation Response - The open api validation.
- validation Property Map
- The open api validation.
OpenApiValidationResponse
- Allow
Noncompliant boolCollection Response - Indicates whether a non compliance response is allowed for a LIST call
- Allow
Noncompliant boolCollection Response - Indicates whether a non compliance response is allowed for a LIST call
- allow
Noncompliant BooleanCollection Response - Indicates whether a non compliance response is allowed for a LIST call
- allow
Noncompliant booleanCollection Response - Indicates whether a non compliance response is allowed for a LIST call
- allow_
noncompliant_ boolcollection_ response - Indicates whether a non compliance response is allowed for a LIST call
- allow
Noncompliant BooleanCollection Response - Indicates whether a non compliance response is allowed for a LIST call
QuotaRuleResponse
- Location
Rules List<Pulumi.Azure Native. Provider Hub. Inputs. Location Quota Rule Response> - The location rules.
- Quota
Policy string - The quota policy.
- Required
Features List<string> - The required features.
- Location
Rules []LocationQuota Rule Response - The location rules.
- Quota
Policy string - The quota policy.
- Required
Features []string - The required features.
- location
Rules List<LocationQuota Rule Response> - The location rules.
- quota
Policy String - The quota policy.
- required
Features List<String> - The required features.
- location
Rules LocationQuota Rule Response[] - The location rules.
- quota
Policy string - The quota policy.
- required
Features string[] - The required features.
- location_
rules Sequence[LocationQuota Rule Response] - The location rules.
- quota_
policy str - The quota policy.
- required_
features Sequence[str] - The required features.
- location
Rules List<Property Map> - The location rules.
- quota
Policy String - The quota policy.
- required
Features List<String> - The required features.
ResourceAccessRoleResponse
- Actions List<string>
- The actions.
- Allowed
Group List<string>Claims - The allowed group claims.
- Actions []string
- The actions.
- Allowed
Group []stringClaims - The allowed group claims.
- actions List<String>
- The actions.
- allowed
Group List<String>Claims - The allowed group claims.
- actions string[]
- The actions.
- allowed
Group string[]Claims - The allowed group claims.
- actions Sequence[str]
- The actions.
- allowed_
group_ Sequence[str]claims - The allowed group claims.
- actions List<String>
- The actions.
- allowed
Group List<String>Claims - 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.
ResourceProviderAuthorizationRulesResponse
- Async
Operation Pulumi.Polling Rules Azure Native. Provider Hub. Inputs. Async Operation Polling Rules Response - The async operation polling rules.
- Async
Operation AsyncPolling Rules Operation Polling Rules Response - The async operation polling rules.
- async
Operation AsyncPolling Rules Operation Polling Rules Response - The async operation polling rules.
- async
Operation AsyncPolling Rules Operation Polling Rules Response - The async operation polling rules.
- async_
operation_ Asyncpolling_ rules Operation Polling Rules Response - The async operation polling rules.
- async
Operation Property MapPolling Rules - The async operation polling rules.
ResourceProviderManagementResponseErrorResponseMessageOptions
- Server
Failure stringResponse Message Type - Type of server failure response message.
- Server
Failure stringResponse Message Type - Type of server failure response message.
- server
Failure StringResponse Message Type - Type of server failure response message.
- server
Failure stringResponse Message Type - Type of server failure response message.
- server_
failure_ strresponse_ message_ type - Type of server failure response message.
- server
Failure StringResponse Message Type - Type of server failure response message.
ResourceProviderManagementResponseExpeditedRolloutMetadata
- Enabled bool
- Expedited rollout enabled?
- Expedited
Rollout stringIntent - Expedited rollout intent.
- Enabled bool
- Expedited rollout enabled?
- Expedited
Rollout stringIntent - Expedited rollout intent.
- enabled Boolean
- Expedited rollout enabled?
- expedited
Rollout StringIntent - Expedited rollout intent.
- enabled boolean
- Expedited rollout enabled?
- expedited
Rollout stringIntent - Expedited rollout intent.
- enabled bool
- Expedited rollout enabled?
- expedited_
rollout_ strintent - Expedited rollout intent.
- enabled Boolean
- Expedited rollout enabled?
- expedited
Rollout StringIntent - Expedited rollout intent.
ResourceTypeEndpointResponse
- Api
Version string - Api version.
- Api
Versions List<string> - The api versions.
- Data
Boundary string - The data boundary.
- Dsts
Configuration Pulumi.Azure Native. Provider Hub. Inputs. Resource Type Endpoint Response Dsts Configuration - The dsts configuration.
- Enabled bool
- Whether the endpoint is enabled.
- Endpoint
Type string - The endpoint type.
- Endpoint
Uri string - The endpoint uri.
- Extensions
List<Pulumi.
Azure Native. Provider Hub. Inputs. Resource Type Extension Response> - The extensions.
- Features
Rule Pulumi.Azure Native. Provider Hub. Inputs. Resource Type Endpoint Response Features Rule - 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.
- Required
Features List<string> - The required features.
- Sku
Link string - The sku link.
- Timeout string
- The timeout.
- Token
Auth Pulumi.Configuration Azure Native. Provider Hub. Inputs. Token Auth Configuration Response - The token auth configuration.
- Zones List<string>
- List of zones.
- Api
Version string - Api version.
- Api
Versions []string - The api versions.
- Data
Boundary string - The data boundary.
- Dsts
Configuration ResourceType Endpoint Response Dsts Configuration - The dsts configuration.
- Enabled bool
- Whether the endpoint is enabled.
- Endpoint
Type string - The endpoint type.
- Endpoint
Uri string - The endpoint uri.
- Extensions
[]Resource
Type Extension Response - The extensions.
- Features
Rule ResourceType Endpoint Response Features Rule - 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.
- Required
Features []string - The required features.
- Sku
Link string - The sku link.
- Timeout string
- The timeout.
- Token
Auth TokenConfiguration Auth Configuration Response - The token auth configuration.
- Zones []string
- List of zones.
- api
Version String - Api version.
- api
Versions List<String> - The api versions.
- data
Boundary String - The data boundary.
- dsts
Configuration ResourceType Endpoint Response Dsts Configuration - The dsts configuration.
- enabled Boolean
- Whether the endpoint is enabled.
- endpoint
Type String - The endpoint type.
- endpoint
Uri String - The endpoint uri.
- extensions
List<Resource
Type Extension Response> - The extensions.
- features
Rule ResourceType Endpoint Response Features Rule - 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.
- required
Features List<String> - The required features.
- sku
Link String - The sku link.
- timeout String
- The timeout.
- token
Auth TokenConfiguration Auth Configuration Response - The token auth configuration.
- zones List<String>
- List of zones.
- api
Version string - Api version.
- api
Versions string[] - The api versions.
- data
Boundary string - The data boundary.
- dsts
Configuration ResourceType Endpoint Response Dsts Configuration - The dsts configuration.
- enabled boolean
- Whether the endpoint is enabled.
- endpoint
Type string - The endpoint type.
- endpoint
Uri string - The endpoint uri.
- extensions
Resource
Type Extension Response[] - The extensions.
- features
Rule ResourceType Endpoint Response Features Rule - 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.
- required
Features string[] - The required features.
- sku
Link string - The sku link.
- timeout string
- The timeout.
- token
Auth TokenConfiguration Auth Configuration Response - 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 ResourceType Endpoint Response Dsts Configuration - The dsts configuration.
- enabled bool
- Whether the endpoint is enabled.
- endpoint_
type str - The endpoint type.
- endpoint_
uri str - The endpoint uri.
- extensions
Sequence[Resource
Type Extension Response] - The extensions.
- features_
rule ResourceType Endpoint Response Features Rule - 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_ Tokenconfiguration Auth Configuration Response - The token auth configuration.
- zones Sequence[str]
- List of zones.
- api
Version String - Api version.
- api
Versions List<String> - The api versions.
- data
Boundary String - The data boundary.
- dsts
Configuration Property Map - The dsts configuration.
- enabled Boolean
- Whether the endpoint is enabled.
- endpoint
Type String - The endpoint type.
- endpoint
Uri String - The endpoint uri.
- extensions List<Property Map>
- The extensions.
- features
Rule 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.
- required
Features List<String> - The required features.
- sku
Link String - The sku link.
- timeout String
- The timeout.
- token
Auth Property MapConfiguration - The token auth configuration.
- zones List<String>
- List of zones.
ResourceTypeEndpointResponseDstsConfiguration
- Service
Name string - The service name.
- Service
Dns stringName - This is a URI property.
- Service
Name string - The service name.
- Service
Dns stringName - This is a URI property.
- service
Name String - The service name.
- service
Dns StringName - This is a URI property.
- service
Name string - The service name.
- service
Dns stringName - This is a URI property.
- service_
name str - The service name.
- service_
dns_ strname - This is a URI property.
- service
Name String - The service name.
- service
Dns StringName - This is a URI property.
ResourceTypeEndpointResponseFeaturesRule
- Required
Features stringPolicy - The required feature policy.
- Required
Features stringPolicy - The required feature policy.
- required
Features StringPolicy - The required feature policy.
- required
Features stringPolicy - The required feature policy.
- required_
features_ strpolicy - The required feature policy.
- required
Features StringPolicy - The required feature policy.
ResourceTypeExtensionOptionsResponseResourceCreationBegin
ResourceTypeExtensionResponse
- Endpoint
Uri string - The endpoint uri.
- Extension
Categories List<string> - The extension categories.
- Timeout string
- The timeout.
- Endpoint
Uri string - The endpoint uri.
- Extension
Categories []string - The extension categories.
- Timeout string
- The timeout.
- endpoint
Uri String - The endpoint uri.
- extension
Categories List<String> - The extension categories.
- timeout String
- The timeout.
- endpoint
Uri string - The endpoint uri.
- extension
Categories 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.
- endpoint
Uri String - The endpoint uri.
- extension
Categories List<String> - The extension categories.
- timeout String
- The timeout.
ResourceTypeOnBehalfOfTokenResponse
- Action
Name string - The action name.
- Life
Time string - This is a TimeSpan property.
- Action
Name string - The action name.
- Life
Time string - This is a TimeSpan property.
- action
Name String - The action name.
- life
Time String - This is a TimeSpan property.
- action
Name string - The action name.
- life
Time string - This is a TimeSpan property.
- action_
name str - The action name.
- life_
time str - This is a TimeSpan property.
- action
Name String - The action name.
- life
Time String - This is a TimeSpan property.
ResourceTypeRegistrationPropertiesResponse
- Provisioning
State string - The provisioning state.
- Add
Resource boolList Target Locations - Add resource list target locations?
- Additional
Options string - The additional options.
- Allow
Empty boolRole Assignments - The allow empty role assignments.
- Allowed
Resource List<Pulumi.Names Azure Native. Provider Hub. Inputs. Allowed Resource Name Response> - The allowed resource names.
- Allowed
Template List<string>Deployment Reference Actions - Allowed template deployment reference actions.
- List<string>
- The allowed unauthorized actions.
- List<Pulumi.
Azure Native. Provider Hub. Inputs. Allowed Unauthorized Actions Extension Response> - The allowed unauthorized actions extensions.
- Api
Profiles List<Pulumi.Azure Native. Provider Hub. Inputs. Api Profile Response> - The api profiles.
- Async
Operation stringResource Type Name - The async operation resource type name.
- Async
Timeout List<Pulumi.Rules Azure Native. Provider Hub. Inputs. Async Timeout Rule Response> - Async timeout rules
- List<Pulumi.
Azure Native. Provider Hub. Inputs. Authorization Action Mapping Response> - The authorization action mappings
- Availability
Zone Pulumi.Rule Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Availability Zone Rule - The availability zone rule.
- Capacity
Rule Pulumi.Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Capacity Rule - Capacity rule.
- Category string
- The category.
- Check
Name Pulumi.Availability Specifications Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Check Name Availability Specifications - The check name availability specifications.
- Common
Api List<string>Versions - Common API versions for the resource type.
- Cross
Tenant stringToken Validation - The cross tenant token validation.
- Default
Api stringVersion - The default api version.
- Disallowed
Action List<string>Verbs - The disallowed action verbs.
- Disallowed
End List<string>User Operations - The disallowed end user operations.
- Dsts
Configuration Pulumi.Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Dsts Configuration - The dsts configuration.
- Enable
Async boolOperation - Whether async operation is enabled.
- Enable
Third boolParty S2S - Whether third party S2S is enabled.
- Endpoints
List<Pulumi.
Azure Native. Provider Hub. Inputs. Resource Type Endpoint Response> - The extensions.
- Extended
Locations List<Pulumi.Azure Native. Provider Hub. Inputs. Extended Location Options Response> - The extended locations.
- Extension
Options Pulumi.Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Extension Options - The extension options.
- Features
Rule Pulumi.Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Features Rule - The features rule.
- Frontdoor
Request stringMode - The frontdoor request mode.
- Grouping
Tag string - Grouping tag.
- Identity
Management Pulumi.Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Identity Management - The identity management.
- Is
Pure boolProxy - Whether it is pure proxy.
- Legacy
Name string - The legacy name.
- Legacy
Names List<string> - The legacy names.
- Legacy
Policy Pulumi.Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Legacy Policy - The legacy policy.
- Linked
Access List<Pulumi.Checks Azure Native. Provider Hub. Inputs. Linked Access Check Response> - The linked access checks.
- Linked
Notification List<Pulumi.Rules Azure Native. Provider Hub. Inputs. Linked Notification Rule Response> - The linked notification rules.
- Linked
Operation List<Pulumi.Rules Azure Native. Provider Hub. Inputs. Linked Operation Rule Response> - The linked operation rules.
- Logging
Rules List<Pulumi.Azure Native. Provider Hub. Inputs. Logging Rule Response> - The logging rules.
- Management
Pulumi.
Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Management - The resource provider management.
- Manifest
Link string - Manifest link.
- Marketplace
Options Pulumi.Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Marketplace Options - Marketplace options.
- Marketplace
Type string - The marketplace type.
- Metadata Dictionary<string, object>
- The metadata.
- Notifications
List<Pulumi.
Azure Native. Provider Hub. Inputs. Notification Response> - The notifications.
- On
Behalf Pulumi.Of Tokens Azure Native. Provider Hub. Inputs. Resource Type On Behalf Of Token Response - The on behalf of tokens.
- Open
Api Pulumi.Configuration Azure Native. Provider Hub. Inputs. Open Api Configuration Response - The open api configuration.
- Policy
Execution stringType - The policy execution type.
- Quota
Rule Pulumi.Azure Native. Provider Hub. Inputs. Quota Rule Response - The quota rule.
- Regionality string
- The regionality.
- Request
Header Pulumi.Options Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Request Header Options - The request header options.
- Required
Features List<string> - The required features.
- Resource
Cache Pulumi.Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Resource Cache - Resource cache options.
- Resource
Concurrency Dictionary<string, Pulumi.Control Options Azure Native. Provider Hub. Inputs. Resource Concurrency Control Option Response> - The resource concurrency control options.
- Resource
Deletion stringPolicy - The resource deletion policy.
- Resource
Graph Pulumi.Configuration Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Resource Graph Configuration - The resource graph configuration.
- Resource
Management Pulumi.Options Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Resource Management Options - Resource management options.
- Resource
Move Pulumi.Policy Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Resource Move Policy - The resource move policy.
- Pulumi.
Azure Native. Provider Hub. Inputs. Resource Provider Authorization Rules Response - The resource provider authorization rules.
- Resource
Query Pulumi.Management Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Resource Query Management - Resource query management options.
- Resource
Sub stringType - The resource sub type.
- Resource
Type Pulumi.Common Attribute Management Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Resource Type Common Attribute Management - Resource type common attribute management.
- Resource
Validation string - The resource validation.
- Routing
Rule Pulumi.Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Routing Rule - Routing rule.
- Routing
Type string - The resource routing type.
- Service
Tree List<Pulumi.Infos Azure Native. Provider Hub. Inputs. Service Tree Info Response> - The service tree infos.
- Sku
Link string - The sku link.
- Subscription
Lifecycle Pulumi.Notification Specifications Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Subscription Lifecycle Notification Specifications - The subscription lifecycle notification specifications.
- Subscription
State List<Pulumi.Rules Azure Native. Provider Hub. Inputs. Subscription State Rule Response> - The subscription state rules.
- bool
- Whether tags are supported.
- Swagger
Specifications List<Pulumi.Azure Native. Provider Hub. Inputs. Swagger Specification Response> - The swagger specifications.
- Template
Deployment Pulumi.Options Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Template Deployment Options - The template deployment options.
- Template
Deployment Pulumi.Policy Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Template Deployment Policy - The template deployment policy.
- Throttling
Rules List<Pulumi.Azure Native. Provider Hub. Inputs. Throttling Rule Response> - The throttling rules.
- Token
Auth Pulumi.Configuration Azure Native. Provider Hub. Inputs. Token Auth Configuration Response - The token auth configuration.
- Provisioning
State string - The provisioning state.
- Add
Resource boolList Target Locations - Add resource list target locations?
- Additional
Options string - The additional options.
- Allow
Empty boolRole Assignments - The allow empty role assignments.
- Allowed
Resource []AllowedNames Resource Name Response - The allowed resource names.
- Allowed
Template []stringDeployment Reference Actions - Allowed template deployment reference actions.
- []string
- The allowed unauthorized actions.
- []Allowed
Unauthorized Actions Extension Response - The allowed unauthorized actions extensions.
- Api
Profiles []ApiProfile Response - The api profiles.
- Async
Operation stringResource Type Name - The async operation resource type name.
- Async
Timeout []AsyncRules Timeout Rule Response - Async timeout rules
- []Authorization
Action Mapping Response - The authorization action mappings
- Availability
Zone ResourceRule Type Registration Properties Response Availability Zone Rule - The availability zone rule.
- Capacity
Rule ResourceType Registration Properties Response Capacity Rule - Capacity rule.
- Category string
- The category.
- Check
Name ResourceAvailability Specifications Type Registration Properties Response Check Name Availability Specifications - The check name availability specifications.
- Common
Api []stringVersions - Common API versions for the resource type.
- Cross
Tenant stringToken Validation - The cross tenant token validation.
- Default
Api stringVersion - The default api version.
- Disallowed
Action []stringVerbs - The disallowed action verbs.
- Disallowed
End []stringUser Operations - The disallowed end user operations.
- Dsts
Configuration ResourceType Registration Properties Response Dsts Configuration - The dsts configuration.
- Enable
Async boolOperation - Whether async operation is enabled.
- Enable
Third boolParty S2S - Whether third party S2S is enabled.
- Endpoints
[]Resource
Type Endpoint Response - The extensions.
- Extended
Locations []ExtendedLocation Options Response - The extended locations.
- Extension
Options ResourceType Registration Properties Response Extension Options - The extension options.
- Features
Rule ResourceType Registration Properties Response Features Rule - The features rule.
- Frontdoor
Request stringMode - The frontdoor request mode.
- Grouping
Tag string - Grouping tag.
- Identity
Management ResourceType Registration Properties Response Identity Management - The identity management.
- Is
Pure boolProxy - Whether it is pure proxy.
- Legacy
Name string - The legacy name.
- Legacy
Names []string - The legacy names.
- Legacy
Policy ResourceType Registration Properties Response Legacy Policy - The legacy policy.
- Linked
Access []LinkedChecks Access Check Response - The linked access checks.
- Linked
Notification []LinkedRules Notification Rule Response - The linked notification rules.
- Linked
Operation []LinkedRules Operation Rule Response - The linked operation rules.
- Logging
Rules []LoggingRule Response - The logging rules.
- Management
Resource
Type Registration Properties Response Management - The resource provider management.
- Manifest
Link string - Manifest link.
- Marketplace
Options ResourceType Registration Properties Response Marketplace Options - Marketplace options.
- Marketplace
Type string - The marketplace type.
- Metadata map[string]interface{}
- The metadata.
- Notifications
[]Notification
Response - The notifications.
- On
Behalf ResourceOf Tokens Type On Behalf Of Token Response - The on behalf of tokens.
- Open
Api OpenConfiguration Api Configuration Response - The open api configuration.
- Policy
Execution stringType - The policy execution type.
- Quota
Rule QuotaRule Response - The quota rule.
- Regionality string
- The regionality.
- Request
Header ResourceOptions Type Registration Properties Response Request Header Options - The request header options.
- Required
Features []string - The required features.
- Resource
Cache ResourceType Registration Properties Response Resource Cache - Resource cache options.
- Resource
Concurrency map[string]ResourceControl Options Concurrency Control Option Response - The resource concurrency control options.
- Resource
Deletion stringPolicy - The resource deletion policy.
- Resource
Graph ResourceConfiguration Type Registration Properties Response Resource Graph Configuration - The resource graph configuration.
- Resource
Management ResourceOptions Type Registration Properties Response Resource Management Options - Resource management options.
- Resource
Move ResourcePolicy Type Registration Properties Response Resource Move Policy - The resource move policy.
- Resource
Provider Authorization Rules Response - The resource provider authorization rules.
- Resource
Query ResourceManagement Type Registration Properties Response Resource Query Management - Resource query management options.
- Resource
Sub stringType - The resource sub type.
- Resource
Type ResourceCommon Attribute Management Type Registration Properties Response Resource Type Common Attribute Management - Resource type common attribute management.
- Resource
Validation string - The resource validation.
- Routing
Rule ResourceType Registration Properties Response Routing Rule - Routing rule.
- Routing
Type string - The resource routing type.
- Service
Tree []ServiceInfos Tree Info Response - The service tree infos.
- Sku
Link string - The sku link.
- Subscription
Lifecycle ResourceNotification Specifications Type Registration Properties Response Subscription Lifecycle Notification Specifications - The subscription lifecycle notification specifications.
- Subscription
State []SubscriptionRules State Rule Response - The subscription state rules.
- bool
- Whether tags are supported.
- Swagger
Specifications []SwaggerSpecification Response - The swagger specifications.
- Template
Deployment ResourceOptions Type Registration Properties Response Template Deployment Options - The template deployment options.
- Template
Deployment ResourcePolicy Type Registration Properties Response Template Deployment Policy - The template deployment policy.
- Throttling
Rules []ThrottlingRule Response - The throttling rules.
- Token
Auth TokenConfiguration Auth Configuration Response - The token auth configuration.
- provisioning
State String - The provisioning state.
- add
Resource BooleanList Target Locations - Add resource list target locations?
- additional
Options String - The additional options.
- allow
Empty BooleanRole Assignments - The allow empty role assignments.
- allowed
Resource List<AllowedNames Resource Name Response> - The allowed resource names.
- allowed
Template List<String>Deployment Reference Actions - Allowed template deployment reference actions.
- List<String>
- The allowed unauthorized actions.
- List<Allowed
Unauthorized Actions Extension Response> - The allowed unauthorized actions extensions.
- api
Profiles List<ApiProfile Response> - The api profiles.
- async
Operation StringResource Type Name - The async operation resource type name.
- async
Timeout List<AsyncRules Timeout Rule Response> - Async timeout rules
- List<Authorization
Action Mapping Response> - The authorization action mappings
- availability
Zone ResourceRule Type Registration Properties Response Availability Zone Rule - The availability zone rule.
- capacity
Rule ResourceType Registration Properties Response Capacity Rule - Capacity rule.
- category String
- The category.
- check
Name ResourceAvailability Specifications Type Registration Properties Response Check Name Availability Specifications - The check name availability specifications.
- common
Api List<String>Versions - Common API versions for the resource type.
- cross
Tenant StringToken Validation - The cross tenant token validation.
- default
Api StringVersion - The default api version.
- disallowed
Action List<String>Verbs - The disallowed action verbs.
- disallowed
End List<String>User Operations - The disallowed end user operations.
- dsts
Configuration ResourceType Registration Properties Response Dsts Configuration - The dsts configuration.
- enable
Async BooleanOperation - Whether async operation is enabled.
- enable
Third BooleanParty S2S - Whether third party S2S is enabled.
- endpoints
List<Resource
Type Endpoint Response> - The extensions.
- extended
Locations List<ExtendedLocation Options Response> - The extended locations.
- extension
Options ResourceType Registration Properties Response Extension Options - The extension options.
- features
Rule ResourceType Registration Properties Response Features Rule - The features rule.
- frontdoor
Request StringMode - The frontdoor request mode.
- grouping
Tag String - Grouping tag.
- identity
Management ResourceType Registration Properties Response Identity Management - The identity management.
- is
Pure BooleanProxy - Whether it is pure proxy.
- legacy
Name String - The legacy name.
- legacy
Names List<String> - The legacy names.
- legacy
Policy ResourceType Registration Properties Response Legacy Policy - The legacy policy.
- linked
Access List<LinkedChecks Access Check Response> - The linked access checks.
- linked
Notification List<LinkedRules Notification Rule Response> - The linked notification rules.
- linked
Operation List<LinkedRules Operation Rule Response> - The linked operation rules.
- logging
Rules List<LoggingRule Response> - The logging rules.
- management
Resource
Type Registration Properties Response Management - The resource provider management.
- manifest
Link String - Manifest link.
- marketplace
Options ResourceType Registration Properties Response Marketplace Options - Marketplace options.
- marketplace
Type String - The marketplace type.
- metadata Map<String,Object>
- The metadata.
- notifications
List<Notification
Response> - The notifications.
- on
Behalf ResourceOf Tokens Type On Behalf Of Token Response - The on behalf of tokens.
- open
Api OpenConfiguration Api Configuration Response - The open api configuration.
- policy
Execution StringType - The policy execution type.
- quota
Rule QuotaRule Response - The quota rule.
- regionality String
- The regionality.
- request
Header ResourceOptions Type Registration Properties Response Request Header Options - The request header options.
- required
Features List<String> - The required features.
- resource
Cache ResourceType Registration Properties Response Resource Cache - Resource cache options.
- resource
Concurrency Map<String,ResourceControl Options Concurrency Control Option Response> - The resource concurrency control options.
- resource
Deletion StringPolicy - The resource deletion policy.
- resource
Graph ResourceConfiguration Type Registration Properties Response Resource Graph Configuration - The resource graph configuration.
- resource
Management ResourceOptions Type Registration Properties Response Resource Management Options - Resource management options.
- resource
Move ResourcePolicy Type Registration Properties Response Resource Move Policy - The resource move policy.
- Resource
Provider Authorization Rules Response - The resource provider authorization rules.
- resource
Query ResourceManagement Type Registration Properties Response Resource Query Management - Resource query management options.
- resource
Sub StringType - The resource sub type.
- resource
Type ResourceCommon Attribute Management Type Registration Properties Response Resource Type Common Attribute Management - Resource type common attribute management.
- resource
Validation String - The resource validation.
- routing
Rule ResourceType Registration Properties Response Routing Rule - Routing rule.
- routing
Type String - The resource routing type.
- service
Tree List<ServiceInfos Tree Info Response> - The service tree infos.
- sku
Link String - The sku link.
- subscription
Lifecycle ResourceNotification Specifications Type Registration Properties Response Subscription Lifecycle Notification Specifications - The subscription lifecycle notification specifications.
- subscription
State List<SubscriptionRules State Rule Response> - The subscription state rules.
- Boolean
- Whether tags are supported.
- swagger
Specifications List<SwaggerSpecification Response> - The swagger specifications.
- template
Deployment ResourceOptions Type Registration Properties Response Template Deployment Options - The template deployment options.
- template
Deployment ResourcePolicy Type Registration Properties Response Template Deployment Policy - The template deployment policy.
- throttling
Rules List<ThrottlingRule Response> - The throttling rules.
- token
Auth TokenConfiguration Auth Configuration Response - The token auth configuration.
- provisioning
State string - The provisioning state.
- add
Resource booleanList Target Locations - Add resource list target locations?
- additional
Options string - The additional options.
- allow
Empty booleanRole Assignments - The allow empty role assignments.
- allowed
Resource AllowedNames Resource Name Response[] - The allowed resource names.
- allowed
Template string[]Deployment Reference Actions - Allowed template deployment reference actions.
- string[]
- The allowed unauthorized actions.
- Allowed
Unauthorized Actions Extension Response[] - The allowed unauthorized actions extensions.
- api
Profiles ApiProfile Response[] - The api profiles.
- async
Operation stringResource Type Name - The async operation resource type name.
- async
Timeout AsyncRules Timeout Rule Response[] - Async timeout rules
- Authorization
Action Mapping Response[] - The authorization action mappings
- availability
Zone ResourceRule Type Registration Properties Response Availability Zone Rule - The availability zone rule.
- capacity
Rule ResourceType Registration Properties Response Capacity Rule - Capacity rule.
- category string
- The category.
- check
Name ResourceAvailability Specifications Type Registration Properties Response Check Name Availability Specifications - The check name availability specifications.
- common
Api string[]Versions - Common API versions for the resource type.
- cross
Tenant stringToken Validation - The cross tenant token validation.
- default
Api stringVersion - The default api version.
- disallowed
Action string[]Verbs - The disallowed action verbs.
- disallowed
End string[]User Operations - The disallowed end user operations.
- dsts
Configuration ResourceType Registration Properties Response Dsts Configuration - The dsts configuration.
- enable
Async booleanOperation - Whether async operation is enabled.
- enable
Third booleanParty S2S - Whether third party S2S is enabled.
- endpoints
Resource
Type Endpoint Response[] - The extensions.
- extended
Locations ExtendedLocation Options Response[] - The extended locations.
- extension
Options ResourceType Registration Properties Response Extension Options - The extension options.
- features
Rule ResourceType Registration Properties Response Features Rule - The features rule.
- frontdoor
Request stringMode - The frontdoor request mode.
- grouping
Tag string - Grouping tag.
- identity
Management ResourceType Registration Properties Response Identity Management - The identity management.
- is
Pure booleanProxy - Whether it is pure proxy.
- legacy
Name string - The legacy name.
- legacy
Names string[] - The legacy names.
- legacy
Policy ResourceType Registration Properties Response Legacy Policy - The legacy policy.
- linked
Access LinkedChecks Access Check Response[] - The linked access checks.
- linked
Notification LinkedRules Notification Rule Response[] - The linked notification rules.
- linked
Operation LinkedRules Operation Rule Response[] - The linked operation rules.
- logging
Rules LoggingRule Response[] - The logging rules.
- management
Resource
Type Registration Properties Response Management - The resource provider management.
- manifest
Link string - Manifest link.
- marketplace
Options ResourceType Registration Properties Response Marketplace Options - Marketplace options.
- marketplace
Type string - The marketplace type.
- metadata {[key: string]: any}
- The metadata.
- notifications
Notification
Response[] - The notifications.
- on
Behalf ResourceOf Tokens Type On Behalf Of Token Response - The on behalf of tokens.
- open
Api OpenConfiguration Api Configuration Response - The open api configuration.
- policy
Execution stringType - The policy execution type.
- quota
Rule QuotaRule Response - The quota rule.
- regionality string
- The regionality.
- request
Header ResourceOptions Type Registration Properties Response Request Header Options - The request header options.
- required
Features string[] - The required features.
- resource
Cache ResourceType Registration Properties Response Resource Cache - Resource cache options.
- resource
Concurrency {[key: string]: ResourceControl Options Concurrency Control Option Response} - The resource concurrency control options.
- resource
Deletion stringPolicy - The resource deletion policy.
- resource
Graph ResourceConfiguration Type Registration Properties Response Resource Graph Configuration - The resource graph configuration.
- resource
Management ResourceOptions Type Registration Properties Response Resource Management Options - Resource management options.
- resource
Move ResourcePolicy Type Registration Properties Response Resource Move Policy - The resource move policy.
- Resource
Provider Authorization Rules Response - The resource provider authorization rules.
- resource
Query ResourceManagement Type Registration Properties Response Resource Query Management - Resource query management options.
- resource
Sub stringType - The resource sub type.
- resource
Type ResourceCommon Attribute Management Type Registration Properties Response Resource Type Common Attribute Management - Resource type common attribute management.
- resource
Validation string - The resource validation.
- routing
Rule ResourceType Registration Properties Response Routing Rule - Routing rule.
- routing
Type string - The resource routing type.
- service
Tree ServiceInfos Tree Info Response[] - The service tree infos.
- sku
Link string - The sku link.
- subscription
Lifecycle ResourceNotification Specifications Type Registration Properties Response Subscription Lifecycle Notification Specifications - The subscription lifecycle notification specifications.
- subscription
State SubscriptionRules State Rule Response[] - The subscription state rules.
- boolean
- Whether tags are supported.
- swagger
Specifications SwaggerSpecification Response[] - The swagger specifications.
- template
Deployment ResourceOptions Type Registration Properties Response Template Deployment Options - The template deployment options.
- template
Deployment ResourcePolicy Type Registration Properties Response Template Deployment Policy - The template deployment policy.
- throttling
Rules ThrottlingRule Response[] - The throttling rules.
- token
Auth TokenConfiguration Auth Configuration Response - The token auth configuration.
- provisioning_
state str - The provisioning state.
- add_
resource_ boollist_ target_ locations - Add resource list target locations?
- additional_
options str - The additional options.
- allow_
empty_ boolrole_ assignments - The allow empty role assignments.
- allowed_
resource_ Sequence[Allowednames Resource Name Response] - The allowed resource names.
- allowed_
template_ Sequence[str]deployment_ reference_ actions - Allowed template deployment reference actions.
- Sequence[str]
- The allowed unauthorized actions.
- Sequence[Allowed
Unauthorized Actions Extension Response] - The allowed unauthorized actions extensions.
- api_
profiles Sequence[ApiProfile Response] - The api profiles.
- async_
operation_ strresource_ type_ name - The async operation resource type name.
- async_
timeout_ Sequence[Asyncrules Timeout Rule Response] - Async timeout rules
- Sequence[Authorization
Action Mapping Response] - The authorization action mappings
- availability_
zone_ Resourcerule Type Registration Properties Response Availability Zone Rule - The availability zone rule.
- capacity_
rule ResourceType Registration Properties Response Capacity Rule - Capacity rule.
- category str
- The category.
- check_
name_ Resourceavailability_ specifications Type Registration Properties Response Check Name Availability Specifications - The check name availability specifications.
- common_
api_ Sequence[str]versions - Common API versions for the resource type.
- cross_
tenant_ strtoken_ validation - The cross tenant token validation.
- default_
api_ strversion - The default api version.
- disallowed_
action_ Sequence[str]verbs - The disallowed action verbs.
- disallowed_
end_ Sequence[str]user_ operations - The disallowed end user operations.
- dsts_
configuration ResourceType Registration Properties Response Dsts Configuration - The dsts configuration.
- enable_
async_ booloperation - Whether async operation is enabled.
- enable_
third_ boolparty_ s2_ s - Whether third party S2S is enabled.
- endpoints
Sequence[Resource
Type Endpoint Response] - The extensions.
- extended_
locations Sequence[ExtendedLocation Options Response] - The extended locations.
- extension_
options ResourceType Registration Properties Response Extension Options - The extension options.
- features_
rule ResourceType Registration Properties Response Features Rule - The features rule.
- frontdoor_
request_ strmode - The frontdoor request mode.
- grouping_
tag str - Grouping tag.
- identity_
management ResourceType Registration Properties Response Identity Management - The identity management.
- is_
pure_ boolproxy - Whether it is pure proxy.
- legacy_
name str - The legacy name.
- legacy_
names Sequence[str] - The legacy names.
- legacy_
policy ResourceType Registration Properties Response Legacy Policy - The legacy policy.
- linked_
access_ Sequence[Linkedchecks Access Check Response] - The linked access checks.
- linked_
notification_ Sequence[Linkedrules Notification Rule Response] - The linked notification rules.
- linked_
operation_ Sequence[Linkedrules Operation Rule Response] - The linked operation rules.
- logging_
rules Sequence[LoggingRule Response] - The logging rules.
- management
Resource
Type Registration Properties Response Management - The resource provider management.
- manifest_
link str - Manifest link.
- marketplace_
options ResourceType Registration Properties Response Marketplace Options - Marketplace options.
- marketplace_
type str - The marketplace type.
- metadata Mapping[str, Any]
- The metadata.
- notifications
Sequence[Notification
Response] - The notifications.
- on_
behalf_ Resourceof_ tokens Type On Behalf Of Token Response - The on behalf of tokens.
- open_
api_ Openconfiguration Api Configuration Response - The open api configuration.
- policy_
execution_ strtype - The policy execution type.
- quota_
rule QuotaRule Response - The quota rule.
- regionality str
- The regionality.
- request_
header_ Resourceoptions Type Registration Properties Response Request Header Options - The request header options.
- required_
features Sequence[str] - The required features.
- resource_
cache ResourceType Registration Properties Response Resource Cache - Resource cache options.
- resource_
concurrency_ Mapping[str, Resourcecontrol_ options Concurrency Control Option Response] - The resource concurrency control options.
- resource_
deletion_ strpolicy - The resource deletion policy.
- resource_
graph_ Resourceconfiguration Type Registration Properties Response Resource Graph Configuration - The resource graph configuration.
- resource_
management_ Resourceoptions Type Registration Properties Response Resource Management Options - Resource management options.
- resource_
move_ Resourcepolicy Type Registration Properties Response Resource Move Policy - The resource move policy.
- Resource
Provider Authorization Rules Response - The resource provider authorization rules.
- resource_
query_ Resourcemanagement Type Registration Properties Response Resource Query Management - Resource query management options.
- resource_
sub_ strtype - The resource sub type.
- resource_
type_ Resourcecommon_ attribute_ management Type Registration Properties Response Resource Type Common Attribute Management - Resource type common attribute management.
- resource_
validation str - The resource validation.
- routing_
rule ResourceType Registration Properties Response Routing Rule - Routing rule.
- routing_
type str - The resource routing type.
- service_
tree_ Sequence[Serviceinfos Tree Info Response] - The service tree infos.
- sku_
link str - The sku link.
- subscription_
lifecycle_ Resourcenotification_ specifications Type Registration Properties Response Subscription Lifecycle Notification Specifications - The subscription lifecycle notification specifications.
- subscription_
state_ Sequence[Subscriptionrules State Rule Response] - The subscription state rules.
- bool
- Whether tags are supported.
- swagger_
specifications Sequence[SwaggerSpecification Response] - The swagger specifications.
- template_
deployment_ Resourceoptions Type Registration Properties Response Template Deployment Options - The template deployment options.
- template_
deployment_ Resourcepolicy Type Registration Properties Response Template Deployment Policy - The template deployment policy.
- throttling_
rules Sequence[ThrottlingRule Response] - The throttling rules.
- token_
auth_ Tokenconfiguration Auth Configuration Response - The token auth configuration.
- provisioning
State String - The provisioning state.
- add
Resource BooleanList Target Locations - Add resource list target locations?
- additional
Options String - The additional options.
- allow
Empty BooleanRole Assignments - The allow empty role assignments.
- allowed
Resource List<Property Map>Names - The allowed resource names.
- allowed
Template List<String>Deployment Reference Actions - Allowed template deployment reference actions.
- List<String>
- The allowed unauthorized actions.
- List<Property Map>
- The allowed unauthorized actions extensions.
- api
Profiles List<Property Map> - The api profiles.
- async
Operation StringResource Type Name - The async operation resource type name.
- async
Timeout List<Property Map>Rules - Async timeout rules
- List<Property Map>
- The authorization action mappings
- availability
Zone Property MapRule - The availability zone rule.
- capacity
Rule Property Map - Capacity rule.
- category String
- The category.
- check
Name Property MapAvailability Specifications - The check name availability specifications.
- common
Api List<String>Versions - Common API versions for the resource type.
- cross
Tenant StringToken Validation - The cross tenant token validation.
- default
Api StringVersion - The default api version.
- disallowed
Action List<String>Verbs - The disallowed action verbs.
- disallowed
End List<String>User Operations - The disallowed end user operations.
- dsts
Configuration Property Map - The dsts configuration.
- enable
Async BooleanOperation - Whether async operation is enabled.
- enable
Third BooleanParty S2S - Whether third party S2S is enabled.
- endpoints List<Property Map>
- The extensions.
- extended
Locations List<Property Map> - The extended locations.
- extension
Options Property Map - The extension options.
- features
Rule Property Map - The features rule.
- frontdoor
Request StringMode - The frontdoor request mode.
- grouping
Tag String - Grouping tag.
- identity
Management Property Map - The identity management.
- is
Pure BooleanProxy - Whether it is pure proxy.
- legacy
Name String - The legacy name.
- legacy
Names List<String> - The legacy names.
- legacy
Policy Property Map - The legacy policy.
- linked
Access List<Property Map>Checks - The linked access checks.
- linked
Notification List<Property Map>Rules - The linked notification rules.
- linked
Operation List<Property Map>Rules - The linked operation rules.
- logging
Rules List<Property Map> - The logging rules.
- management Property Map
- The resource provider management.
- manifest
Link String - Manifest link.
- marketplace
Options Property Map - Marketplace options.
- marketplace
Type String - The marketplace type.
- metadata Map<Any>
- The metadata.
- notifications List<Property Map>
- The notifications.
- on
Behalf Property MapOf Tokens - The on behalf of tokens.
- open
Api Property MapConfiguration - The open api configuration.
- policy
Execution StringType - The policy execution type.
- quota
Rule Property Map - The quota rule.
- regionality String
- The regionality.
- request
Header Property MapOptions - The request header options.
- required
Features List<String> - The required features.
- resource
Cache Property Map - Resource cache options.
- resource
Concurrency Map<Property Map>Control Options - The resource concurrency control options.
- resource
Deletion StringPolicy - The resource deletion policy.
- resource
Graph Property MapConfiguration - The resource graph configuration.
- resource
Management Property MapOptions - Resource management options.
- resource
Move Property MapPolicy - The resource move policy.
- Property Map
- The resource provider authorization rules.
- resource
Query Property MapManagement - Resource query management options.
- resource
Sub StringType - The resource sub type.
- resource
Type Property MapCommon Attribute Management - Resource type common attribute management.
- resource
Validation String - The resource validation.
- routing
Rule Property Map - Routing rule.
- routing
Type String - The resource routing type.
- service
Tree List<Property Map>Infos - The service tree infos.
- sku
Link String - The sku link.
- subscription
Lifecycle Property MapNotification Specifications - The subscription lifecycle notification specifications.
- subscription
State List<Property Map>Rules - The subscription state rules.
- Boolean
- Whether tags are supported.
- swagger
Specifications List<Property Map> - The swagger specifications.
- template
Deployment Property MapOptions - The template deployment options.
- template
Deployment Property MapPolicy - The template deployment policy.
- throttling
Rules List<Property Map> - The throttling rules.
- token
Auth Property MapConfiguration - The token auth configuration.
ResourceTypeRegistrationPropertiesResponseAvailabilityZoneRule
- Availability
Zone stringPolicy
- Availability
Zone stringPolicy
- availability
Zone StringPolicy
- availability
Zone stringPolicy
- availability
Zone StringPolicy
ResourceTypeRegistrationPropertiesResponseBatchProvisioningSupport
- Supported
Operations string - Supported operations.
- Supported
Operations string - Supported operations.
- supported
Operations String - Supported operations.
- supported
Operations string - Supported operations.
- supported_
operations str - Supported operations.
- supported
Operations String - Supported operations.
ResourceTypeRegistrationPropertiesResponseCapacityRule
- Capacity
Policy string - Capacity policy.
- Sku
Alias string - Sku alias
- Capacity
Policy string - Capacity policy.
- Sku
Alias string - Sku alias
- capacity
Policy String - Capacity policy.
- sku
Alias String - Sku alias
- capacity
Policy string - Capacity policy.
- sku
Alias string - Sku alias
- capacity_
policy str - Capacity policy.
- sku_
alias str - Sku alias
- capacity
Policy String - Capacity policy.
- sku
Alias String - Sku alias
ResourceTypeRegistrationPropertiesResponseCheckNameAvailabilitySpecifications
- Enable
Default boolValidation - Whether default validation is enabled.
- Resource
Types List<string>With Custom Validation - The resource types with custom validation.
- Enable
Default boolValidation - Whether default validation is enabled.
- Resource
Types []stringWith Custom Validation - The resource types with custom validation.
- enable
Default BooleanValidation - Whether default validation is enabled.
- resource
Types List<String>With Custom Validation - The resource types with custom validation.
- enable
Default booleanValidation - Whether default validation is enabled.
- resource
Types string[]With Custom Validation - The resource types with custom validation.
- enable_
default_ boolvalidation - Whether default validation is enabled.
- resource_
types_ Sequence[str]with_ custom_ validation - The resource types with custom validation.
- enable
Default BooleanValidation - Whether default validation is enabled.
- resource
Types List<String>With Custom Validation - The resource types with custom validation.
ResourceTypeRegistrationPropertiesResponseDstsConfiguration
- Service
Name string - The service name.
- Service
Dns stringName - This is a URI property.
- Service
Name string - The service name.
- Service
Dns stringName - This is a URI property.
- service
Name String - The service name.
- service
Dns StringName - This is a URI property.
- service
Name string - The service name.
- service
Dns stringName - This is a URI property.
- service_
name str - The service name.
- service_
dns_ strname - This is a URI property.
- service
Name String - The service name.
- service
Dns StringName - This is a URI property.
ResourceTypeRegistrationPropertiesResponseExtensionOptions
- Resource
Creation ResourceBegin Type Extension Options Response Resource Creation Begin - Resource creation begin.
- resource
Creation ResourceBegin Type Extension Options Response Resource Creation Begin - Resource creation begin.
- resource
Creation ResourceBegin Type Extension Options Response Resource Creation Begin - Resource creation begin.
- resource_
creation_ Resourcebegin Type Extension Options Response Resource Creation Begin - Resource creation begin.
- resource
Creation Property MapBegin - Resource creation begin.
ResourceTypeRegistrationPropertiesResponseFeaturesRule
- Required
Features stringPolicy - The required feature policy.
- Required
Features stringPolicy - The required feature policy.
- required
Features StringPolicy - The required feature policy.
- required
Features stringPolicy - The required feature policy.
- required_
features_ strpolicy - The required feature policy.
- required
Features StringPolicy - The required feature policy.
ResourceTypeRegistrationPropertiesResponseIdentityManagement
- Application
Id string - The application id.
- Application
Ids List<string> - The application ids.
- Delegation
App List<string>Ids - The delegation app ids.
- Type string
- The type.
- Application
Id string - The application id.
- Application
Ids []string - The application ids.
- Delegation
App []stringIds - The delegation app ids.
- Type string
- The type.
- application
Id String - The application id.
- application
Ids List<String> - The application ids.
- delegation
App List<String>Ids - The delegation app ids.
- type String
- The type.
- application
Id string - The application id.
- application
Ids string[] - The application ids.
- delegation
App string[]Ids - The delegation app ids.
- type string
- The type.
- application_
id str - The application id.
- application_
ids Sequence[str] - The application ids.
- delegation_
app_ Sequence[str]ids - The delegation app ids.
- type str
- The type.
- application
Id String - The application id.
- application
Ids List<String> - The application ids.
- delegation
App List<String>Ids - The delegation app ids.
- type String
- The type.
ResourceTypeRegistrationPropertiesResponseLegacyPolicy
ResourceTypeRegistrationPropertiesResponseManagement
- List<string>
- The authorization owners.
- Canary
Manifest List<string>Owners - List of manifest owners for canary.
- Error
Response Pulumi.Message Options Azure Native. Provider Hub. Inputs. Resource Provider Management Response Error Response Message Options - Options for error response messages.
- Expedited
Rollout Pulumi.Metadata Azure Native. Provider Hub. Inputs. Resource Provider Management Response Expedited Rollout Metadata - Metadata for expedited rollout.
- Expedited
Rollout List<string>Submitters - List of expedited rollout submitters.
- Incident
Contact stringEmail - The incident contact email.
- Incident
Routing stringService - The incident routing service.
- Incident
Routing stringTeam - The incident routing team.
- Manifest
Owners List<string> - The manifest owners.
- Pc
Code string - The profit center code for the subscription.
- Profit
Center stringProgram Id - The profit center program id for the subscription.
- Resource
Access stringPolicy - The resource access policy.
- Resource
Access List<Pulumi.Roles Azure Native. Provider Hub. Inputs. Resource Access Role Response> - The resource access roles.
- Schema
Owners List<string> - The schema owners.
- Service
Tree List<Pulumi.Infos Azure Native. Provider Hub. Inputs. Service Tree Info Response> - The service tree infos.
- []string
- The authorization owners.
- Canary
Manifest []stringOwners - List of manifest owners for canary.
- Error
Response ResourceMessage Options Provider Management Response Error Response Message Options - Options for error response messages.
- Expedited
Rollout ResourceMetadata Provider Management Response Expedited Rollout Metadata - Metadata for expedited rollout.
- Expedited
Rollout []stringSubmitters - List of expedited rollout submitters.
- Incident
Contact stringEmail - The incident contact email.
- Incident
Routing stringService - The incident routing service.
- Incident
Routing stringTeam - The incident routing team.
- Manifest
Owners []string - The manifest owners.
- Pc
Code string - The profit center code for the subscription.
- Profit
Center stringProgram Id - The profit center program id for the subscription.
- Resource
Access stringPolicy - The resource access policy.
- Resource
Access []ResourceRoles Access Role Response - The resource access roles.
- Schema
Owners []string - The schema owners.
- Service
Tree []ServiceInfos Tree Info Response - The service tree infos.
- List<String>
- The authorization owners.
- canary
Manifest List<String>Owners - List of manifest owners for canary.
- error
Response ResourceMessage Options Provider Management Response Error Response Message Options - Options for error response messages.
- expedited
Rollout ResourceMetadata Provider Management Response Expedited Rollout Metadata - Metadata for expedited rollout.
- expedited
Rollout List<String>Submitters - List of expedited rollout submitters.
- incident
Contact StringEmail - The incident contact email.
- incident
Routing StringService - The incident routing service.
- incident
Routing StringTeam - The incident routing team.
- manifest
Owners List<String> - The manifest owners.
- pc
Code String - The profit center code for the subscription.
- profit
Center StringProgram Id - The profit center program id for the subscription.
- resource
Access StringPolicy - The resource access policy.
- resource
Access List<ResourceRoles Access Role Response> - The resource access roles.
- schema
Owners List<String> - The schema owners.
- service
Tree List<ServiceInfos Tree Info Response> - The service tree infos.
- string[]
- The authorization owners.
- canary
Manifest string[]Owners - List of manifest owners for canary.
- error
Response ResourceMessage Options Provider Management Response Error Response Message Options - Options for error response messages.
- expedited
Rollout ResourceMetadata Provider Management Response Expedited Rollout Metadata - Metadata for expedited rollout.
- expedited
Rollout string[]Submitters - List of expedited rollout submitters.
- incident
Contact stringEmail - The incident contact email.
- incident
Routing stringService - The incident routing service.
- incident
Routing stringTeam - The incident routing team.
- manifest
Owners string[] - The manifest owners.
- pc
Code string - The profit center code for the subscription.
- profit
Center stringProgram Id - The profit center program id for the subscription.
- resource
Access stringPolicy - The resource access policy.
- resource
Access ResourceRoles Access Role Response[] - The resource access roles.
- schema
Owners string[] - The schema owners.
- service
Tree ServiceInfos Tree Info Response[] - The service tree infos.
- Sequence[str]
- The authorization owners.
- canary_
manifest_ Sequence[str]owners - List of manifest owners for canary.
- error_
response_ Resourcemessage_ options Provider Management Response Error Response Message Options - Options for error response messages.
- expedited_
rollout_ Resourcemetadata Provider Management Response Expedited Rollout Metadata - Metadata for expedited rollout.
- expedited_
rollout_ Sequence[str]submitters - List of expedited rollout submitters.
- incident_
contact_ stremail - The incident contact email.
- incident_
routing_ strservice - The incident routing service.
- incident_
routing_ strteam - The incident routing team.
- manifest_
owners Sequence[str] - The manifest owners.
- pc_
code str - The profit center code for the subscription.
- profit_
center_ strprogram_ id - The profit center program id for the subscription.
- resource_
access_ strpolicy - The resource access policy.
- resource_
access_ Sequence[Resourceroles Access Role Response] - The resource access roles.
- schema_
owners Sequence[str] - The schema owners.
- service_
tree_ Sequence[Serviceinfos Tree Info Response] - The service tree infos.
- List<String>
- The authorization owners.
- canary
Manifest List<String>Owners - List of manifest owners for canary.
- error
Response Property MapMessage Options - Options for error response messages.
- expedited
Rollout Property MapMetadata - Metadata for expedited rollout.
- expedited
Rollout List<String>Submitters - List of expedited rollout submitters.
- incident
Contact StringEmail - The incident contact email.
- incident
Routing StringService - The incident routing service.
- incident
Routing StringTeam - The incident routing team.
- manifest
Owners List<String> - The manifest owners.
- pc
Code String - The profit center code for the subscription.
- profit
Center StringProgram Id - The profit center program id for the subscription.
- resource
Access StringPolicy - The resource access policy.
- resource
Access List<Property Map>Roles - The resource access roles.
- schema
Owners List<String> - The schema owners.
- service
Tree List<Property Map>Infos - The service tree infos.
ResourceTypeRegistrationPropertiesResponseMarketplaceOptions
- Add
On boolPlan Conversion Allowed - Add-on plan conversion allowed.
- Add
On boolPlan Conversion Allowed - Add-on plan conversion allowed.
- add
On BooleanPlan Conversion Allowed - Add-on plan conversion allowed.
- add
On booleanPlan Conversion Allowed - Add-on plan conversion allowed.
- add_
on_ boolplan_ conversion_ allowed - Add-on plan conversion allowed.
- add
On BooleanPlan Conversion Allowed - Add-on plan conversion allowed.
ResourceTypeRegistrationPropertiesResponseNestedProvisioningSupport
- Minimum
Api stringVersion - Minimum API version.
- Minimum
Api stringVersion - Minimum API version.
- minimum
Api StringVersion - Minimum API version.
- minimum
Api stringVersion - Minimum API version.
- minimum_
api_ strversion - Minimum API version.
- minimum
Api StringVersion - Minimum API version.
ResourceTypeRegistrationPropertiesResponseRequestHeaderOptions
- Opt
In stringHeaders - The opt in headers.
- Opt
Out stringHeaders - The opt out headers.
- Opt
In stringHeaders - The opt in headers.
- Opt
Out stringHeaders - The opt out headers.
- opt
In StringHeaders - The opt in headers.
- opt
Out StringHeaders - The opt out headers.
- opt
In stringHeaders - The opt in headers.
- opt
Out stringHeaders - The opt out headers.
- opt_
in_ strheaders - The opt in headers.
- opt_
out_ strheaders - The opt out headers.
- opt
In StringHeaders - The opt in headers.
- opt
Out StringHeaders - The opt out headers.
ResourceTypeRegistrationPropertiesResponseResourceCache
- Enable
Resource boolCache - Enable resource cache.
- Resource
Cache stringExpiration Timespan - Resource cache expiration timespan. This is a TimeSpan property.
- Enable
Resource boolCache - Enable resource cache.
- Resource
Cache stringExpiration Timespan - Resource cache expiration timespan. This is a TimeSpan property.
- enable
Resource BooleanCache - Enable resource cache.
- resource
Cache StringExpiration Timespan - Resource cache expiration timespan. This is a TimeSpan property.
- enable
Resource booleanCache - Enable resource cache.
- resource
Cache stringExpiration Timespan - Resource cache expiration timespan. This is a TimeSpan property.
- enable_
resource_ boolcache - Enable resource cache.
- resource_
cache_ strexpiration_ timespan - Resource cache expiration timespan. This is a TimeSpan property.
- enable
Resource BooleanCache - Enable resource cache.
- resource
Cache StringExpiration Timespan - Resource cache expiration timespan. This is a TimeSpan property.
ResourceTypeRegistrationPropertiesResponseResourceGraphConfiguration
- Api
Version string - The api version.
- Enabled bool
- Whether it's enabled.
- Api
Version string - The api version.
- Enabled bool
- Whether it's enabled.
- api
Version String - The api version.
- enabled Boolean
- Whether it's enabled.
- api
Version string - The api version.
- enabled boolean
- Whether it's enabled.
- api_
version str - The api version.
- enabled bool
- Whether it's enabled.
- api
Version String - The api version.
- enabled Boolean
- Whether it's enabled.
ResourceTypeRegistrationPropertiesResponseResourceManagementOptions
- Batch
Provisioning Pulumi.Support Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Batch Provisioning Support - Batch provisioning support.
- Delete
Dependencies List<Pulumi.Azure Native. Provider Hub. Inputs. Delete Dependency Response> - Delete dependencies.
- Nested
Provisioning Pulumi.Support Azure Native. Provider Hub. Inputs. Resource Type Registration Properties Response Nested Provisioning Support - Nested provisioning support.
- Batch
Provisioning ResourceSupport Type Registration Properties Response Batch Provisioning Support - Batch provisioning support.
- Delete
Dependencies []DeleteDependency Response - Delete dependencies.
- Nested
Provisioning ResourceSupport Type Registration Properties Response Nested Provisioning Support - Nested provisioning support.
- batch
Provisioning ResourceSupport Type Registration Properties Response Batch Provisioning Support - Batch provisioning support.
- delete
Dependencies List<DeleteDependency Response> - Delete dependencies.
- nested
Provisioning ResourceSupport Type Registration Properties Response Nested Provisioning Support - Nested provisioning support.
- batch
Provisioning ResourceSupport Type Registration Properties Response Batch Provisioning Support - Batch provisioning support.
- delete
Dependencies DeleteDependency Response[] - Delete dependencies.
- nested
Provisioning ResourceSupport Type Registration Properties Response Nested Provisioning Support - Nested provisioning support.
- batch_
provisioning_ Resourcesupport Type Registration Properties Response Batch Provisioning Support - Batch provisioning support.
- delete_
dependencies Sequence[DeleteDependency Response] - Delete dependencies.
- nested_
provisioning_ Resourcesupport Type Registration Properties Response Nested Provisioning Support - Nested provisioning support.
- batch
Provisioning Property MapSupport - Batch provisioning support.
- delete
Dependencies List<Property Map> - Delete dependencies.
- nested
Provisioning Property MapSupport - Nested provisioning support.
ResourceTypeRegistrationPropertiesResponseResourceMovePolicy
- Cross
Resource boolGroup Move Enabled - Whether cross resource group move is enabled.
- Cross
Subscription boolMove Enabled - Whether cross subscription move is enabled.
- Validation
Required bool - Whether validation is required.
- Cross
Resource boolGroup Move Enabled - Whether cross resource group move is enabled.
- Cross
Subscription boolMove Enabled - Whether cross subscription move is enabled.
- Validation
Required bool - Whether validation is required.
- cross
Resource BooleanGroup Move Enabled - Whether cross resource group move is enabled.
- cross
Subscription BooleanMove Enabled - Whether cross subscription move is enabled.
- validation
Required Boolean - Whether validation is required.
- cross
Resource booleanGroup Move Enabled - Whether cross resource group move is enabled.
- cross
Subscription booleanMove Enabled - Whether cross subscription move is enabled.
- validation
Required boolean - Whether validation is required.
- cross_
resource_ boolgroup_ move_ enabled - Whether cross resource group move is enabled.
- cross_
subscription_ boolmove_ enabled - Whether cross subscription move is enabled.
- validation_
required bool - Whether validation is required.
- cross
Resource BooleanGroup Move Enabled - Whether cross resource group move is enabled.
- cross
Subscription BooleanMove Enabled - Whether cross subscription move is enabled.
- validation
Required Boolean - Whether validation is required.
ResourceTypeRegistrationPropertiesResponseResourceQueryManagement
- Filter
Option string - Filter option.
- Filter
Option string - Filter option.
- filter
Option String - Filter option.
- filter
Option string - Filter option.
- filter_
option str - Filter option.
- filter
Option String - Filter option.
ResourceTypeRegistrationPropertiesResponseResourceTypeCommonAttributeManagement
- Common
Api stringVersions Merge Mode - Common api versions merge mode.
- Common
Api stringVersions Merge Mode - Common api versions merge mode.
- common
Api StringVersions Merge Mode - Common api versions merge mode.
- common
Api stringVersions Merge Mode - Common api versions merge mode.
- common_
api_ strversions_ merge_ mode - Common api versions merge mode.
- common
Api StringVersions Merge Mode - Common api versions merge mode.
ResourceTypeRegistrationPropertiesResponseRoutingRule
- Host
Resource stringType - Hosted resource type.
- Host
Resource stringType - Hosted resource type.
- host
Resource StringType - Hosted resource type.
- host
Resource stringType - Hosted resource type.
- host_
resource_ strtype - Hosted resource type.
- host
Resource StringType - Hosted resource type.
ResourceTypeRegistrationPropertiesResponseSubscriptionLifecycleNotificationSpecifications
- Soft
Delete stringTTL - The soft delete TTL.
- Subscription
State List<Pulumi.Override Actions Azure Native. Provider Hub. Inputs. Subscription State Override Action Response> - The subscription state override actions.
- Soft
Delete stringTTL - The soft delete TTL.
- Subscription
State []SubscriptionOverride Actions State Override Action Response - The subscription state override actions.
- soft
Delete StringTTL - The soft delete TTL.
- subscription
State List<SubscriptionOverride Actions State Override Action Response> - The subscription state override actions.
- soft
Delete stringTTL - The soft delete TTL.
- subscription
State SubscriptionOverride Actions State Override Action Response[] - The subscription state override actions.
- soft_
delete_ strttl - The soft delete TTL.
- subscription_
state_ Sequence[Subscriptionoverride_ actions State Override Action Response] - The subscription state override actions.
- soft
Delete StringTTL - The soft delete TTL.
- subscription
State List<Property Map>Override Actions - The subscription state override actions.
ResourceTypeRegistrationPropertiesResponseTemplateDeploymentOptions
- Preflight
Options List<string> - The preflight options.
- Preflight
Supported bool - Whether preflight is supported.
- Preflight
Options []string - The preflight options.
- Preflight
Supported bool - Whether preflight is supported.
- preflight
Options List<String> - The preflight options.
- preflight
Supported Boolean - Whether preflight is supported.
- preflight
Options string[] - The preflight options.
- preflight
Supported boolean - Whether preflight is supported.
- preflight_
options Sequence[str] - The preflight options.
- preflight_
supported bool - Whether preflight is supported.
- preflight
Options List<String> - The preflight options.
- preflight
Supported Boolean - Whether preflight is supported.
ResourceTypeRegistrationPropertiesResponseTemplateDeploymentPolicy
- Capabilities string
- The capabilities.
- Preflight
Options string - The preflight options.
- Preflight
Notifications string - The preflight notifications.
- Capabilities string
- The capabilities.
- Preflight
Options string - The preflight options.
- Preflight
Notifications string - The preflight notifications.
- capabilities String
- The capabilities.
- preflight
Options String - The preflight options.
- preflight
Notifications String - The preflight notifications.
- capabilities string
- The capabilities.
- preflight
Options string - The preflight options.
- preflight
Notifications string - The preflight notifications.
- capabilities str
- The capabilities.
- preflight_
options str - The preflight options.
- preflight_
notifications str - The preflight notifications.
- capabilities String
- The capabilities.
- preflight
Options String - The preflight options.
- preflight
Notifications String - The preflight notifications.
ServiceTreeInfoResponse
- Component
Id string - The component id.
- Readiness string
- The readiness.
- Service
Id string - The service id.
- Component
Id string - The component id.
- Readiness string
- The readiness.
- Service
Id string - The service id.
- component
Id String - The component id.
- readiness String
- The readiness.
- service
Id String - The service id.
- component
Id string - The component id.
- readiness string
- The readiness.
- service
Id string - The service id.
- component_
id str - The component id.
- readiness str
- The readiness.
- service_
id str - The service id.
- component
Id String - The component id.
- readiness String
- The readiness.
- service
Id String - The service id.
SubscriptionStateOverrideActionResponse
SubscriptionStateRuleResponse
- Allowed
Actions List<string> - The allowed actions.
- State string
- The subscription state.
- Allowed
Actions []string - The allowed actions.
- State string
- The subscription state.
- allowed
Actions List<String> - The allowed actions.
- state String
- The subscription state.
- allowed
Actions string[] - The allowed actions.
- state string
- The subscription state.
- allowed_
actions Sequence[str] - The allowed actions.
- state str
- The subscription state.
- allowed
Actions List<String> - The allowed actions.
- state String
- The subscription state.
SwaggerSpecificationResponse
- Api
Versions List<string> - The api versions.
- Swagger
Spec stringFolder Uri - The swagger spec folder uri.
- Api
Versions []string - The api versions.
- Swagger
Spec stringFolder Uri - The swagger spec folder uri.
- api
Versions List<String> - The api versions.
- swagger
Spec StringFolder Uri - The swagger spec folder uri.
- api
Versions string[] - The api versions.
- swagger
Spec stringFolder Uri - The swagger spec folder uri.
- api_
versions Sequence[str] - The api versions.
- swagger_
spec_ strfolder_ uri - The swagger spec folder uri.
- api
Versions List<String> - The api versions.
- swagger
Spec StringFolder Uri - The swagger spec folder uri.
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
ThrottlingMetricResponse
ThrottlingRuleResponse
- Action string
- The action.
- Metrics
List<Pulumi.
Azure Native. Provider Hub. Inputs. Throttling Metric Response> - The metrics.
- Application
Id List<string> - The application id.
- Required
Features List<string> - The required features.
- Action string
- The action.
- Metrics
[]Throttling
Metric Response - The metrics.
- Application
Id []string - The application id.
- Required
Features []string - The required features.
- action String
- The action.
- metrics
List<Throttling
Metric Response> - The metrics.
- application
Id List<String> - The application id.
- required
Features List<String> - The required features.
- action string
- The action.
- metrics
Throttling
Metric Response[] - The metrics.
- application
Id string[] - The application id.
- required
Features string[] - The required features.
- action str
- The action.
- metrics
Sequence[Throttling
Metric Response] - 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.
- application
Id List<String> - The application id.
- required
Features List<String> - The required features.
TokenAuthConfigurationResponse
- Authentication
Scheme string - The authentication scheme.
- Disable
Certificate boolAuthentication Fallback - Whether certification authentication fallback is disabled.
- Signed
Request stringScope - The signed request scope.
- Authentication
Scheme string - The authentication scheme.
- Disable
Certificate boolAuthentication Fallback - Whether certification authentication fallback is disabled.
- Signed
Request stringScope - The signed request scope.
- authentication
Scheme String - The authentication scheme.
- disable
Certificate BooleanAuthentication Fallback - Whether certification authentication fallback is disabled.
- signed
Request StringScope - The signed request scope.
- authentication
Scheme string - The authentication scheme.
- disable
Certificate booleanAuthentication Fallback - Whether certification authentication fallback is disabled.
- signed
Request stringScope - The signed request scope.
- authentication_
scheme str - The authentication scheme.
- disable_
certificate_ boolauthentication_ fallback - Whether certification authentication fallback is disabled.
- signed_
request_ strscope - The signed request scope.
- authentication
Scheme String - The authentication scheme.
- disable
Certificate BooleanAuthentication Fallback - Whether certification authentication fallback is disabled.
- signed
Request StringScope - The signed request scope.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0