Class ActiveDirectory
Active directory details
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class ActiveDirectory : IDirectResponseSchema
Properties
DnsAddress
Optional. DNS IP address
Declaration
[JsonProperty("dnsAddress")]
public virtual string DnsAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Domain
Optional. human readable form of a domain such as “google.com”.
Declaration
[JsonProperty("domain")]
public virtual string Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DomainUsername
Optional. domain username
Declaration
[JsonProperty("domainUsername")]
public virtual string DomainUsername { 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 |
SecretManagerSecret
Required. secret_manager_secret
Declaration
[JsonProperty("secretManagerSecret")]
public virtual string SecretManagerSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Required. active directory type
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |