ResourceProviderManifest interface
model interface ResourceProviderManifest
Properties
| capabilities | The capabilities. |
| cross |
The cross tenant token validation. |
| enable |
Whether tenant linked notification is enabled. |
| features |
The features rule. |
| global |
The global notification endpoints. |
| linked |
The linked notification rules. |
| management | The resource provider management. |
| metadata | The metadata. |
| namespace | The namespace. |
| notifications | The notifications. |
| provider |
The provider authentication. |
| provider |
The provider authorizations. |
| provider |
The provider type. |
| provider |
The provider version. |
| request |
The request header options. |
| required |
The required features. |
| re |
The re-register subscription metadata. |
| resource |
The resource provider authorization rules. |
| resource |
The resource types. |
| service |
The service name. |
| services | The services. |
Property Details
capabilities
The capabilities.
capabilities?: ResourceProviderCapabilities[]
Property Value
crossTenantTokenValidation
The cross tenant token validation.
crossTenantTokenValidation?: string
Property Value
string
enableTenantLinkedNotification
Whether tenant linked notification is enabled.
enableTenantLinkedNotification?: boolean
Property Value
boolean
featuresRule
The features rule.
featuresRule?: ResourceProviderManifestFeaturesRule
Property Value
globalNotificationEndpoints
The global notification endpoints.
globalNotificationEndpoints?: ResourceProviderEndpoint[]
Property Value
linkedNotificationRules
The linked notification rules.
linkedNotificationRules?: FanoutLinkedNotificationRule[]
Property Value
management
The resource provider management.
management?: ResourceProviderManifestManagement
Property Value
metadata
The metadata.
metadata?: any
Property Value
any
namespace
The namespace.
namespace?: string
Property Value
string
notifications
providerAuthentication
The provider authentication.
providerAuthentication?: ResourceProviderManifestProviderAuthentication
Property Value
providerAuthorizations
The provider authorizations.
providerAuthorizations?: ResourceProviderAuthorization[]
Property Value
providerType
The provider type.
providerType?: string
Property Value
string
providerVersion
The provider version.
providerVersion?: string
Property Value
string
requestHeaderOptions
The request header options.
requestHeaderOptions?: ResourceProviderManifestRequestHeaderOptions
Property Value
requiredFeatures
The required features.
requiredFeatures?: string[]
Property Value
string[]
reRegisterSubscriptionMetadata
The re-register subscription metadata.
reRegisterSubscriptionMetadata?: ResourceProviderManifestReRegisterSubscriptionMetadata
Property Value
resourceProviderAuthorizationRules
The resource provider authorization rules.
resourceProviderAuthorizationRules?: ResourceProviderAuthorizationRules
Property Value
resourceTypes
serviceName
The service name.
serviceName?: string
Property Value
string