Package-level declarations

Types

Link copied to clipboard
data class GetCopilotSettingResult(val accessControlEnabled: Boolean, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

The copilot settings tenant resource definition.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.