toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.nimblestudio.kotlin.outputs
/
StudioComponentActiveDirectoryComputerAttribute
Studio
Component
Active
Directory
Computer
Attribute
data
class
StudioComponentActiveDirectoryComputerAttribute
(
val
name
:
String
?
=
null
,
val
value
:
String
?
=
null
)
Members
Constructors
Studio
Component
Active
Directory
Computer
Attribute
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
The name for the LDAP attribute.
value
Link copied to clipboard
val
value
:
String
?
=
null
The value for the LDAP attribute.