SubscriptionFeatureRegistrationResponseProperties

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

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The feature approval type.

Link copied to clipboard

Authorization Profile

Link copied to clipboard
val description: String? = null

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
val metadata: Map<String, String>? = null

Key-value pairs for meta data.

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
val state: String? = null

The state.

Link copied to clipboard

The subscriptionId.

Link copied to clipboard

The tenantId.