Data Controller Properties Response
data class DataControllerPropertiesResponse(val basicLoginInformation: BasicLoginInformationResponse? = null, val clusterId: String? = null, val extensionId: String? = null, val infrastructure: String? = null, val k8sRaw: Any? = null, val lastUploadedDate: String? = null, val logAnalyticsWorkspaceConfig: LogAnalyticsWorkspaceConfigResponse? = null, val logsDashboardCredential: BasicLoginInformationResponse? = null, val metricsDashboardCredential: BasicLoginInformationResponse? = 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, clusterId: String? = null, extensionId: String? = null, infrastructure: String? = null, k8sRaw: Any? = null, lastUploadedDate: String? = null, logAnalyticsWorkspaceConfig: LogAnalyticsWorkspaceConfigResponse? = null, logsDashboardCredential: BasicLoginInformationResponse? = null, metricsDashboardCredential: BasicLoginInformationResponse? = null, onPremiseProperty: OnPremisePropertyResponse? = null, provisioningState: String, uploadServicePrincipal: UploadServicePrincipalResponse? = null, uploadWatermark: UploadWatermarkResponse? = null)