administrators

@JvmName(name = "jkteplmcxjbekejl")
suspend fun administrators(value: Output<List<String>>)
@JvmName(name = "dwarkyobaxsxhyaf")
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 = "pqeyyjlkeqnyjwkx")
suspend fun administrators(vararg values: Output<String>)


@JvmName(name = "wnhnmqyjlemrivar")
suspend fun administrators(values: List<Output<String>>)
@JvmName(name = "mmsqnlidllxogoct")
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.