Subscription Feature Registration Response Properties
data class SubscriptionFeatureRegistrationResponseProperties(val approvalType: String, val authorizationProfile: AuthorizationProfileResponse? = null, val description: String? = null, val displayName: String, val documentationLink: String, val featureName: String, val metadata: Map<String, String>? = null, val providerNamespace: String, val registrationDate: String, val releaseDate: String, val shouldFeatureDisplayInPortal: Boolean? = null, val state: String? = null, val subscriptionId: String, val tenantId: String)
Constructors
Link copied to clipboard
constructor(approvalType: String, authorizationProfile: AuthorizationProfileResponse? = null, description: String? = null, displayName: String, documentationLink: String, featureName: String, metadata: Map<String, String>? = null, providerNamespace: String, registrationDate: String, releaseDate: String, shouldFeatureDisplayInPortal: Boolean? = null, state: String? = null, subscriptionId: String, tenantId: String)
Properties
Link copied to clipboard
The feature approval type.
Link copied to clipboard
Authorization Profile
Link copied to clipboard
The feature description.
Link copied to clipboard
The featureDisplayName.
Link copied to clipboard
The feature documentation link.
Link copied to clipboard
The featureName.
Link copied to clipboard
The providerNamespace.
Link copied to clipboard
The feature registration date.
Link copied to clipboard
The feature release date.
Link copied to clipboard
Indicates whether feature should be displayed in Portal.
Link copied to clipboard
The subscriptionId.