Show / Hide Table of Contents

Class ManagedActiveDirectoryConfig

ManagedActiveDirectoryConfig contains all the parameters for connecting to Managed Service for Microsoft Active Directory (Managed Microsoft AD).

Inheritance
object
ManagedActiveDirectoryConfig
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.CloudFilestore.v1beta1.Data
Assembly: Google.Apis.CloudFilestore.v1beta1.dll
Syntax
public class ManagedActiveDirectoryConfig : IDirectResponseSchema

Properties

Computer

Required. The computer name is used as a prefix in the command to mount the remote target. For example: if the computer is my-computer, the mount command will look like: $mount -o vers=4.1,sec=krb5 my-computer.filestore.: .

Declaration
[JsonProperty("computer")]
public virtual string Computer { get; set; }
Property Value
Type Description
string

Domain

Required. The domain resource name, in the format projects/{project_id}/locations/global/domains/{domain}.

Declaration
[JsonProperty("domain")]
public virtual string Domain { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX