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 |