Package-level declarations
Types
Link copied to clipboard
data class GetProjectsProject(val comment: String, val defaultQuota: String, val id: String, val ipWhiteList: GetProjectsProjectIpWhiteList, val owner: String, val projectName: String, val properties: GetProjectsProjectProperties, val securityProperties: GetProjectsProjectSecurityProperties, val status: String, val type: String)
Link copied to clipboard
Link copied to clipboard
data class GetProjectsProjectProperties(val allowFullScan: Boolean, val enableDecimal2: Boolean, val encryption: GetProjectsProjectPropertiesEncryption, val retentionDays: String, val sqlMeteringMax: String, val tableLifecycle: GetProjectsProjectPropertiesTableLifecycle, val timezone: String, val typeSystem: String)
Link copied to clipboard
data class GetProjectsProjectPropertiesEncryption(val algorithm: String, val enable: Boolean, val key: String)
Link copied to clipboard
Link copied to clipboard
data class GetProjectsProjectSecurityProperties(val enableDownloadPrivilege: Boolean, val labelSecurity: Boolean, val objectCreatorHasAccessPermission: Boolean, val objectCreatorHasGrantPermission: Boolean, val projectProtection: GetProjectsProjectSecurityPropertiesProjectProtection, val usingAcl: Boolean, val usingPolicy: Boolean)
Link copied to clipboard
data class GetProjectsProjectSecurityPropertiesProjectProtection(val exceptionPolicy: String, val protected: Boolean)
Link copied to clipboard
data class GetProjectsResult(val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val projects: List<GetProjectsProject>)
A collection of values returned by getProjects.
Link copied to clipboard
A collection of values returned by getService.
Link copied to clipboard
Link copied to clipboard
data class ProjectProperties(val allowFullScan: Boolean? = null, val enableDecimal2: Boolean? = null, val encryption: ProjectPropertiesEncryption? = null, val retentionDays: Int? = null, val sqlMeteringMax: String? = null, val tableLifecycle: ProjectPropertiesTableLifecycle? = null, val timezone: String? = null, val typeSystem: String? = null)
Link copied to clipboard
data class ProjectPropertiesEncryption(val algorithm: String? = null, val enable: Boolean? = null, val key: String? = null)
Link copied to clipboard
Link copied to clipboard
data class ProjectSecurityProperties(val enableDownloadPrivilege: Boolean? = null, val labelSecurity: Boolean? = null, val objectCreatorHasAccessPermission: Boolean? = null, val objectCreatorHasGrantPermission: Boolean? = null, val projectProtection: ProjectSecurityPropertiesProjectProtection? = null, val usingAcl: Boolean? = null, val usingPolicy: Boolean? = null)
Link copied to clipboard
data class ProjectSecurityPropertiesProjectProtection(val exceptionPolicy: String? = null, val protected: Boolean? = null)