Show / Hide Table of Contents

Class ActiveDirectory

Active Directory details.

Inheritance
object
ActiveDirectory
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX