bindings

@JvmName(name = "doyiqcjmrfpkadte")
suspend fun bindings(value: Output<List<GoogleIamV1BindingArgs>>)
@JvmName(name = "yfexttkasvyxtqxu")
suspend fun bindings(value: List<GoogleIamV1BindingArgs>?)

Parameters

value

Associates a list of members, or principals, with a role. Optionally, may specify a condition that determines how and when the bindings are applied. Each of the bindings must contain at least one principal.The bindings in a Policy can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the bindings grant 50 different roles to user:alice@example.com, and not to any other principal, then you can add another 1,450 principals to the bindings in the Policy.


@JvmName(name = "bydvvquluyyppqvg")
suspend fun bindings(vararg values: Output<GoogleIamV1BindingArgs>)


@JvmName(name = "loxoslnqorflatin")
suspend fun bindings(values: List<Output<GoogleIamV1BindingArgs>>)
@JvmName(name = "yjjsqnxdiwhfivwl")
suspend fun bindings(vararg values: GoogleIamV1BindingArgs)

Parameters

values

Associates a list of members, or principals, with a role. Optionally, may specify a condition that determines how and when the bindings are applied. Each of the bindings must contain at least one principal.The bindings in a Policy can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the bindings grant 50 different roles to user:alice@example.com, and not to any other principal, then you can add another 1,450 principals to the bindings in the Policy.


@JvmName(name = "gifolgsxqokunbry")
suspend fun bindings(argument: List<suspend GoogleIamV1BindingArgsBuilder.() -> Unit>)
@JvmName(name = "sieycwyjlhhqwhmr")
suspend fun bindings(vararg argument: suspend GoogleIamV1BindingArgsBuilder.() -> Unit)
@JvmName(name = "rhqjyjulovuuhrbm")
suspend fun bindings(argument: suspend GoogleIamV1BindingArgsBuilder.() -> Unit)

Parameters

argument

Associates a list of members, or principals, with a role. Optionally, may specify a condition that determines how and when the bindings are applied. Each of the bindings must contain at least one principal.The bindings in a Policy can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the bindings grant 50 different roles to user:alice@example.com, and not to any other principal, then you can add another 1,450 principals to the bindings in the Policy.