subjects

@JvmName(name = "hctghkqyvjmhdnbn")
suspend fun subjects(value: Output<List<SubjectArgs>>)
@JvmName(name = "ldsavwhqjtosxohc")
suspend fun subjects(value: List<SubjectArgs>)

Parameters

value

subjects is the list of normal user, serviceaccount, or group that this rule cares about. There must be at least one member in this slice. A slice that includes both the system:authenticated and system:unauthenticated user groups matches every request. Required.


@JvmName(name = "xakxtqroycrvxcfa")
suspend fun subjects(vararg values: Output<SubjectArgs>)


@JvmName(name = "tdepuavblfbjcxpl")
suspend fun subjects(values: List<Output<SubjectArgs>>)
@JvmName(name = "bfxqcyqtxguuendk")
suspend fun subjects(vararg values: SubjectArgs)

Parameters

values

subjects is the list of normal user, serviceaccount, or group that this rule cares about. There must be at least one member in this slice. A slice that includes both the system:authenticated and system:unauthenticated user groups matches every request. Required.


@JvmName(name = "exanfmodhvkbqnse")
suspend fun subjects(argument: List<suspend SubjectArgsBuilder.() -> Unit>)
@JvmName(name = "beqgsdsomjobjlrn")
suspend fun subjects(vararg argument: suspend SubjectArgsBuilder.() -> Unit)
@JvmName(name = "lcnyigvjryohifxs")
suspend fun subjects(argument: suspend SubjectArgsBuilder.() -> Unit)

Parameters

argument

subjects is the list of normal user, serviceaccount, or group that this rule cares about. There must be at least one member in this slice. A slice that includes both the system:authenticated and system:unauthenticated user groups matches every request. Required.