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