computer Attributes
suspend fun computerAttributes(value: Output<List<StudioComponentActiveDirectoryComputerAttributeArgs>>)
Parameters
value
A collection of custom attributes for an Active Directory computer.
suspend fun computerAttributes(vararg values: Output<StudioComponentActiveDirectoryComputerAttributeArgs>)
suspend fun computerAttributes(values: List<Output<StudioComponentActiveDirectoryComputerAttributeArgs>>)
Parameters
values
A collection of custom attributes for an Active Directory computer.
suspend fun computerAttributes(argument: List<suspend StudioComponentActiveDirectoryComputerAttributeArgsBuilder.() -> Unit>)
suspend fun computerAttributes(vararg argument: suspend StudioComponentActiveDirectoryComputerAttributeArgsBuilder.() -> Unit)
suspend fun computerAttributes(argument: suspend StudioComponentActiveDirectoryComputerAttributeArgsBuilder.() -> Unit)
Parameters
argument
A collection of custom attributes for an Active Directory computer.