Get Service Result
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.
Constructors
Link copied to clipboard
constructor(deploymentId: String, domainConfigurationType: String, domainName: String, filteredSyncEnabled: Boolean, id: String, location: String, name: String, notifications: List<GetServiceNotification>, replicaSets: List<GetServiceReplicaSet>, resourceGroupName: String, resourceId: String, secureLdaps: List<GetServiceSecureLdap>, securities: List<GetServiceSecurity>, sku: String, syncOwner: String, tags: Map<String, String>? = null, tenantId: String, version: Int)
Properties
Link copied to clipboard
A unique ID for the managed domain deployment.
Link copied to clipboard
The forest type used by the managed domain. One of ResourceTrusting
, for a Resource Forest, or blank, for a User Forest.
Link copied to clipboard
The Active Directory domain of the Domain Service. See official documentation for constraints and recommendations.
Link copied to clipboard
Whether group-based filtered sync (also called scoped synchronisation) is enabled.
Link copied to clipboard
A notifications
block as defined below.
Link copied to clipboard
One or more replica_set
blocks as defined below.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A secure_ldap
block as defined below.
Link copied to clipboard
A security
block as defined below.