GetDomainServiceResult

data class GetDomainServiceResult(val azureApiVersion: String, val configDiagnostics: ConfigDiagnosticsResponse? = null, val deploymentId: String, val domainConfigurationType: String? = null, val domainName: String? = null, val domainSecuritySettings: DomainSecuritySettingsResponse? = null, val etag: String? = null, val filteredSync: String? = null, val id: String, val ldapsSettings: LdapsSettingsResponse? = null, val location: String? = null, val migrationProperties: MigrationPropertiesResponse, val name: String, val notificationSettings: NotificationSettingsResponse? = null, val provisioningState: String, val replicaSets: List<ReplicaSetResponse>? = null, val resourceForestSettings: ResourceForestSettingsResponse? = null, val sku: String? = null, val syncApplicationId: String, val syncOwner: String, val syncScope: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tenantId: String, val type: String, val version: Int)

Domain service.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, configDiagnostics: ConfigDiagnosticsResponse? = null, deploymentId: String, domainConfigurationType: String? = null, domainName: String? = null, domainSecuritySettings: DomainSecuritySettingsResponse? = null, etag: String? = null, filteredSync: String? = null, id: String, ldapsSettings: LdapsSettingsResponse? = null, location: String? = null, migrationProperties: MigrationPropertiesResponse, name: String, notificationSettings: NotificationSettingsResponse? = null, provisioningState: String, replicaSets: List<ReplicaSetResponse>? = null, resourceForestSettings: ResourceForestSettingsResponse? = null, sku: String? = null, syncApplicationId: String, syncOwner: String, syncScope: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, tenantId: String, type: String, version: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Configuration diagnostics data containing latest execution from client.

Link copied to clipboard

Deployment Id

Link copied to clipboard

Domain Configuration Type

Link copied to clipboard
val domainName: String? = null

The name of the Azure domain that the user would like to deploy Domain Services to.

Link copied to clipboard

DomainSecurity Settings

Link copied to clipboard
val etag: String? = null

Resource etag

Link copied to clipboard
val filteredSync: String? = null

Enabled or Disabled flag to turn on Group-based filtered sync

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Secure LDAP Settings

Link copied to clipboard
val location: String? = null

Resource location

Link copied to clipboard
Link copied to clipboard

Resource name

Link copied to clipboard

Notification Settings

Link copied to clipboard

the current deployment or provisioning state, which only appears in the response.

Link copied to clipboard

List of ReplicaSets

Link copied to clipboard

Resource Forest Settings

Link copied to clipboard
val sku: String? = null

Sku Type

Link copied to clipboard

The unique sync application id of the Azure AD Domain Services deployment.

Link copied to clipboard

SyncOwner ReplicaSet Id

Link copied to clipboard
val syncScope: String? = null

All or CloudOnly, All users in AAD are synced to AAD DS domain or only users actively syncing in the cloud

Link copied to clipboard

The system meta data relating to this resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Azure Active Directory Tenant Id

Link copied to clipboard

Resource type

Link copied to clipboard

Data Model Version