SubscriptionFeatureRegistrationProperties interface
Properties
| approval |
The feature approval type. NOTE: This property will not be serialized. It can only be populated by the server. |
| authorization |
Authorization Profile |
| description | The feature description. |
| display |
The featureDisplayName. NOTE: This property will not be serialized. It can only be populated by the server. |
| documentation |
The feature documentation link. NOTE: This property will not be serialized. It can only be populated by the server. |
| feature |
The featureName. NOTE: This property will not be serialized. It can only be populated by the server. |
| metadata | Key-value pairs for meta data. |
| provider |
The providerNamespace. NOTE: This property will not be serialized. It can only be populated by the server. |
| registration |
The feature registration date. NOTE: This property will not be serialized. It can only be populated by the server. |
| release |
The feature release date. NOTE: This property will not be serialized. It can only be populated by the server. |
| should |
Indicates whether feature should be displayed in Portal. |
| state | The state. |
| subscription |
The subscriptionId. NOTE: This property will not be serialized. It can only be populated by the server. |
| tenant |
The tenantId. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
approvalType
The feature approval type. NOTE: This property will not be serialized. It can only be populated by the server.
approvalType?: string
Property Value
string
authorizationProfile
Authorization Profile
authorizationProfile?: AuthorizationProfile
Property Value
description
The feature description.
description?: string
Property Value
string
displayName
The featureDisplayName. NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
documentationLink
The feature documentation link. NOTE: This property will not be serialized. It can only be populated by the server.
documentationLink?: string
Property Value
string
featureName
The featureName. NOTE: This property will not be serialized. It can only be populated by the server.
featureName?: string
Property Value
string
metadata
Key-value pairs for meta data.
metadata?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
providerNamespace
The providerNamespace. NOTE: This property will not be serialized. It can only be populated by the server.
providerNamespace?: string
Property Value
string
registrationDate
The feature registration date. NOTE: This property will not be serialized. It can only be populated by the server.
registrationDate?: Date
Property Value
Date
releaseDate
The feature release date. NOTE: This property will not be serialized. It can only be populated by the server.
releaseDate?: Date
Property Value
Date
shouldFeatureDisplayInPortal
Indicates whether feature should be displayed in Portal.
shouldFeatureDisplayInPortal?: boolean
Property Value
boolean
state
The state.
state?: string
Property Value
string
subscriptionId
The subscriptionId. NOTE: This property will not be serialized. It can only be populated by the server.
subscriptionId?: string
Property Value
string
tenantId
The tenantId. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string