StudioComponentActiveDirectoryComputerAttributeArgs

data class StudioComponentActiveDirectoryComputerAttributeArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<StudioComponentActiveDirectoryComputerAttributeArgs>

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

Constructors

fun StudioComponentActiveDirectoryComputerAttributeArgs(name: Output<String>? = null, value: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): StudioComponentActiveDirectoryComputerAttributeArgs

Properties

Link copied to clipboard
val name: Output<String>? = null

The name for the LDAP attribute.

Link copied to clipboard
val value: Output<String>? = null

The value for the LDAP attribute.