administrators

@JvmName(name = "whyhjsntmbeavrlr")
suspend fun administrators(value: Output<List<String>>)
@JvmName(name = "qgewryoyxhggxdjm")
suspend fun administrators(value: List<String>?)

Parameters

value

Domain user accounts to be added to the local Administrators group of the SMB service. Comma-separated list of domain users or groups. The Domain Admin group is automatically added when the service joins your domain as a hidden group.


@JvmName(name = "qhbldyqnqkwmimhp")
suspend fun administrators(vararg values: Output<String>)


@JvmName(name = "ibajbkctnqsvrwvt")
suspend fun administrators(values: List<Output<String>>)
@JvmName(name = "avskukugqjmgxnqn")
suspend fun administrators(vararg values: String)

Parameters

values

Domain user accounts to be added to the local Administrators group of the SMB service. Comma-separated list of domain users or groups. The Domain Admin group is automatically added when the service joins your domain as a hidden group.