StudioComponentActiveDirectoryComputerAttribute

data class StudioComponentActiveDirectoryComputerAttribute(val name: String? = null, val value: String? = null)

An LDAP attribute of an Active Directory computer account, in the form of a name:value pair.

Constructors

constructor(name: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name for the LDAP attribute.

Link copied to clipboard
val value: String? = null

The value for the LDAP attribute.