Output only. Resource name of this binding.
Format: accounts/{account}/accessBindings/{access_binding} or
properties/{property}/accessBindings/{access_binding}
Example:
"accounts/100/accessBindings/200"
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Output only. Resource name of this binding.
Format: accounts/{account}/accessBindings/{access_binding} or
properties/{property}/accessBindings/{access_binding}
Example:
"accounts/100/accessBindings/200"
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
A list of roles for to grant to the parent resource.
Valid values:
predefinedRoles/viewer
predefinedRoles/analyst
predefinedRoles/editor
predefinedRoles/admin
predefinedRoles/no-cost-data
predefinedRoles/no-revenue-data
For users, if an empty list of roles is set, this AccessBinding will be
deleted.
A list of roles for to grant to the parent resource.
Valid values:
predefinedRoles/viewer
predefinedRoles/analyst
predefinedRoles/editor
predefinedRoles/admin
predefinedRoles/no-cost-data
predefinedRoles/no-revenue-data
For users, if an empty list of roles is set, this AccessBinding will be
deleted.
A list of roles for to grant to the parent resource.
Valid values:
predefinedRoles/viewer
predefinedRoles/analyst
predefinedRoles/editor
predefinedRoles/admin
predefinedRoles/no-cost-data
predefinedRoles/no-revenue-data
For users, if an empty list of roles is set, this AccessBinding will be
deleted.
A list of roles for to grant to the parent resource.
Valid values:
predefinedRoles/viewer
predefinedRoles/analyst
predefinedRoles/editor
predefinedRoles/admin
predefinedRoles/no-cost-data
predefinedRoles/no-revenue-data
For users, if an empty list of roles is set, this AccessBinding will be
deleted.
[[["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-04-17 UTC."],[[["The document provides a comprehensive list of versions for `com.google.analytics.admin.v1alpha.AccessBinding`, ranging from the latest version 0.70.0 down to version 0.14.0."],["`AccessBinding` is a Java class that extends `GeneratedMessageV3` and implements `AccessBindingOrBuilder`, representing a binding of a user to a set of roles."],["The `AccessBinding` class is a Protobuf type `google.analytics.admin.v1alpha.AccessBinding`, used for managing access permissions, and includes methods for parsing, creating builders, and retrieving information about access bindings."],["The class contains static fields like `NAME_FIELD_NUMBER`, `ROLES_FIELD_NUMBER`, and `USER_FIELD_NUMBER`, which are used to identify specific fields in the access binding data structure, alongside static methods for object instantiation and parsing."],["The resource name of this binding can be found using the format : `accounts/{account}/accessBindings/{access_binding}` or `properties/{property}/accessBindings/{access_binding}`."]]],[]]