Optional. Cloud Spanner database role for fine-grained access control.
A database role is a collection of fine-grained access privileges. Example:
Admin predefines roles that provides user a set of permissions (SELECT,
INSERT, ..). The user can then specify a predefined role on a connection to
execute their Cloud Spanner query. The role is passthrough here. If the
user is not authorized to use the specified role, they get an error. This
validation happens on Cloud Spanner.
See https://cloud.google.com/spanner/docs/fgac-about for more details.
REQUIRES: database role name must start with uppercase/lowercase letter
and only contain uppercase/lowercase letters, numbers, and underscores.
Optional. Cloud Spanner database role for fine-grained access control.
A database role is a collection of fine-grained access privileges. Example:
Admin predefines roles that provides user a set of permissions (SELECT,
INSERT, ..). The user can then specify a predefined role on a connection to
execute their Cloud Spanner query. The role is passthrough here. If the
user is not authorized to use the specified role, they get an error. This
validation happens on Cloud Spanner.
See https://cloud.google.com/spanner/docs/fgac-about for more details.
REQUIRES: database role name must start with uppercase/lowercase letter
and only contain uppercase/lowercase letters, numbers, and underscores.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]