subjects

@JvmName(name = "xoymcyqbrhuhsiba")
suspend fun subjects(value: Output<List<SubjectPatchArgs>>)
@JvmName(name = "rhtlsmneiuodecbb")
suspend fun subjects(value: List<SubjectPatchArgs>?)

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 = "uxoudqstuvgcvbpe")
suspend fun subjects(vararg values: Output<SubjectPatchArgs>)


@JvmName(name = "jnwtmfxdpbffoclj")
suspend fun subjects(values: List<Output<SubjectPatchArgs>>)
@JvmName(name = "uxjdepahsdpwmvdt")
suspend fun subjects(vararg values: SubjectPatchArgs)

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 = "vdlyxwtimujpejfq")
suspend fun subjects(argument: List<suspend SubjectPatchArgsBuilder.() -> Unit>)
@JvmName(name = "ngwbrxdnbbqfxtbo")
suspend fun subjects(vararg argument: suspend SubjectPatchArgsBuilder.() -> Unit)
@JvmName(name = "rjqnfqvlpwecjavs")
suspend fun subjects(argument: suspend SubjectPatchArgsBuilder.() -> 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.