Show / Hide Table of Contents

Class DomainJoinMachineRequest

DomainJoinMachineRequest is the request message for DomainJoinMachine method

Inheritance
object
DomainJoinMachineRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX