Component Setup Response
data class ComponentSetupResponse(val componentName: String, val licenseKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val type: String)
The custom setup of installing 3rd party components.
Constructors
Link copied to clipboard
constructor(componentName: String, licenseKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, type: String)