Interface PolicyBinding (3.6.0)

{object} PolicyBinding {array} [PolicyBinding.role] Role that is assigned to members. For example, roles/viewer, roles/editor, or roles/owner. {string} [PolicyBinding.members] Identities requesting access. The full list of accepted values is outlined here https://googleapis.dev/nodejs/bigtable/latest/google.iam.v1.html#.Binding {Expr} [PolicyBinding.condition] The condition that is associated with this binding. NOTE: An unsatisfied condition will not allow user access via current binding. Different bindings, including their conditions, are examined independently.

Package

@google-cloud/bigtable!

Properties

condition

condition?: Expr | null;
Property Value
TypeDescription
Expr | null

members

members?: string[];
Property Value
TypeDescription
string[]

role

role?: string;
Property Value
TypeDescription
string