Data Controller Properties Response
data class DataControllerPropertiesResponse(val basicLoginInformation: BasicLoginInformationResponse? = null, val k8sRaw: Any? = null, val lastUploadedDate: String? = null, val logAnalyticsWorkspaceConfig: LogAnalyticsWorkspaceConfigResponse? = null, val onPremiseProperty: OnPremisePropertyResponse? = null, val provisioningState: String, val uploadServicePrincipal: UploadServicePrincipalResponse? = null, val uploadWatermark: UploadWatermarkResponse? = null)
The data controller properties.
Constructors
Link copied to clipboard
fun DataControllerPropertiesResponse(basicLoginInformation: BasicLoginInformationResponse? = null, k8sRaw: Any? = null, lastUploadedDate: String? = null, logAnalyticsWorkspaceConfig: LogAnalyticsWorkspaceConfigResponse? = null, onPremiseProperty: OnPremisePropertyResponse? = null, provisioningState: String, uploadServicePrincipal: UploadServicePrincipalResponse? = null, uploadWatermark: UploadWatermarkResponse? = null)