groups

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

Parameters

value

The groups the principal belongs to. Exact match, prefix match, and suffix match are supported.


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


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

Parameters

values

The groups the principal belongs to. Exact match, prefix match, and suffix match are supported.