GmsaDetailsResponse

data class GmsaDetailsResponse(val dnsName: String? = null, val gmsaAccount: String? = null, val loadBalancerIP: String? = null, val managementServerGroupName: String? = null)

Gmsa Details

Constructors

Link copied to clipboard
constructor(dnsName: String? = null, gmsaAccount: String? = null, loadBalancerIP: String? = null, managementServerGroupName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dnsName: String? = null

Frontend DNS name for Load Balancer which will be used by Agents to initiate communication

Link copied to clipboard
val gmsaAccount: String? = null

gMSA account under which context all Management Server services will run

Link copied to clipboard
val loadBalancerIP: String? = null

Frontend IP configuration for Load Balancer, which should be an available IP in customer VNet

Link copied to clipboard

OnPrem AD Computer Group where we will join VMs for ease of management