Class DomainJoinMachineRequest
DomainJoinMachineRequest is the request message for DomainJoinMachine method
Implements
Inherited Members
Namespace: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1.Data
Assembly: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1.dll
Syntax
public class DomainJoinMachineRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Force
Optional. force if True, forces domain join even if the computer account already exists.
Declaration
[JsonProperty("force")]
public virtual bool? Force { get; set; }
Property Value
Type | Description |
---|---|
bool? |
OuName
Optional. OU name where the VM needs to be domain joined
Declaration
[JsonProperty("ouName")]
public virtual string OuName { get; set; }
Property Value
Type | Description |
---|---|
string |
VmIdToken
Required. Full instance id token of compute engine VM to verify instance identity. More about this: https://cloud.google.com/compute/docs/instances/verifying-instance-identity#request_signature
Declaration
[JsonProperty("vmIdToken")]
public virtual string VmIdToken { get; set; }
Property Value
Type | Description |
---|---|
string |