ManagedActiveDirectoryConfigResponse

data class ManagedActiveDirectoryConfigResponse(val computer: String, val domain: String)

ManagedActiveDirectoryConfig contains all the parameters for connecting to Managed Active Directory.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The computer name is used as a prefix to the mount remote target. Example: if the computer_name is my-computer, the mount command will look like: $mount -o vers=4,sec=krb5 my-computer.filestore.:.

Link copied to clipboard

Fully qualified domain name.