Package-level declarations
Types
Link copied to clipboard
data class GetServiceNotification(val additionalRecipients: List<String>, val notifyDcAdmins: Boolean, val notifyGlobalAdmins: Boolean)
Link copied to clipboard
Link copied to clipboard
data class GetServiceResult(val deploymentId: String, val domainConfigurationType: String, val domainName: String, val filteredSyncEnabled: Boolean, val id: String, val location: String, val name: String, val notifications: List<GetServiceNotification>, val replicaSets: List<GetServiceReplicaSet>, val resourceGroupName: String, val resourceId: String, val secureLdaps: List<GetServiceSecureLdap>, val securities: List<GetServiceSecurity>, val sku: String, val syncOwner: String, val tags: Map<String, String>? = null, val tenantId: String, val version: Int)
A collection of values returned by getService.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ServiceNotifications(val additionalRecipients: List<String>? = null, val notifyDcAdmins: Boolean? = null, val notifyGlobalAdmins: Boolean? = null)
Link copied to clipboard
Link copied to clipboard
data class ServiceSecurity(val kerberosArmoringEnabled: Boolean? = null, val kerberosRc4EncryptionEnabled: Boolean? = null, val ntlmV1Enabled: Boolean? = null, val syncKerberosPasswords: Boolean? = null, val syncNtlmPasswords: Boolean? = null, val syncOnPremPasswords: Boolean? = null, val tlsV1Enabled: Boolean? = null)