StudioComponentActiveDirectoryComputerAttributeArgs

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

Constructors

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

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.

Functions

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