Class DomainJoinMachineResponse
DomainJoinMachineResponse is the response message for DomainJoinMachine method
Implements
Inherited Members
Namespace: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1.Data
Assembly: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1.dll
Syntax
public class DomainJoinMachineResponse : IDirectResponseSchema
Properties
DomainJoinBlob
The response is the offline domain join blob that is returned after running the djoin command. To correctly use the response of the API, please refer to the sample usage.
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 |