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
data class GetServiceReplicaSet(val domainControllerIpAddresses: List<String>, val externalAccessIpAddress: String, val id: String, val location: String, val serviceStatus: String, val subnetId: String)
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
data class GetServiceSecureLdap(val certificateExpiry: String, val certificateThumbprint: String, val enabled: Boolean, val externalAccessEnabled: Boolean, val publicCertificate: String)
Link copied to clipboard
data class GetServiceSecurity(val kerberosArmoringEnabled: Boolean, val kerberosRc4EncryptionEnabled: Boolean, val ntlmV1Enabled: Boolean, val syncKerberosPasswords: Boolean, val syncNtlmPasswords: Boolean, val syncOnPremPasswords: Boolean, val tlsV1Enabled: Boolean)
Link copied to clipboard
data class ServiceInitialReplicaSet(val domainControllerIpAddresses: List<String>? = null, val externalAccessIpAddress: String? = null, val id: String? = null, val location: String? = null, val serviceStatus: String? = null, val subnetId: String)
Link copied to clipboard
data class ServiceNotifications(val additionalRecipients: List<String>? = null, val notifyDcAdmins: Boolean? = null, val notifyGlobalAdmins: Boolean? = null)
Link copied to clipboard
data class ServiceSecureLdap(val certificateExpiry: String? = null, val certificateThumbprint: String? = null, val enabled: Boolean, val externalAccessEnabled: Boolean? = null, val pfxCertificate: String, val pfxCertificatePassword: String, val publicCertificate: String? = null)
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)