groups

@JvmName(name = "goqbcdiieviknbrl")
suspend fun groups(value: Output<List<String>>)
@JvmName(name = "nkwreolmpvtccvvk")
suspend fun groups(value: List<String>?)

Parameters

value

List of groups that should be synced. These group names should match the object id of the respective AAD groups.


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


@JvmName(name = "qmoqaiysegbdvheq")
suspend fun groups(values: List<Output<String>>)
@JvmName(name = "kolrqgkbpglqmjuf")
suspend fun groups(vararg values: String)

Parameters

values

List of groups that should be synced. These group names should match the object id of the respective AAD groups.