Class DomainJoinMachineResponse
DomainJoinMachineResponse is the response message for DomainJoinMachine method
Implements
Inherited Members
Namespace: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1.Data
Assembly: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1.dll
Syntax
public class DomainJoinMachineResponse : IDirectResponseSchema
Properties
DomainJoinBlob
Offline domain join blob as the response
Declaration
[JsonProperty("domainJoinBlob")]
public virtual string DomainJoinBlob { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |