REST Resource: properties.accessBindings
منبع: AccessBinding
اتصال یک کاربر به مجموعه ای از نقش ها.
نمایندگی JSON |
---|
{
"name": string,
"roles": [
string
],
// Union field access_target can be only one of the following:
"user": string
// End of list of possible types for union field access_target .
} |
فیلدها |
---|
name | string فقط خروجی نام منبع این اتصال. قالب: حسابها/{account}/accessBindings/{accessBinding} یا خواص/{property}/accessBindings/{accessBinding} مثال: "accounts/100/accessBindings/200" |
roles[] | string فهرستی از نقشهایی که باید به منبع اصلی اعطا شود. مقادیر معتبر: نقشهای از پیش تعریف شده/نقشهای از پیش تعریف شده بیننده/نقشهای از پیش تعریف شده تحلیلگر/نقشهای از پیش تعریف شده ویرایشگر/نقشهای از پیش تعریف شده توسط مدیر/رولهای از پیش تعیین شده بدون دادههای هزینهای/دادههای بدون درآمد برای کاربران، اگر یک لیست خالی از نقش ها تنظیم شود، این AccessBinding حذف خواهد شد. |
فیلد اتحادیه access_target . هدفی که برای آن نقش تعیین شود. access_target می تواند تنها یکی از موارد زیر باشد: |
user | string در صورت تنظیم، آدرس ایمیل کاربر برای تعیین نقشها. قالب: "someuser@gmail.com" |
روش ها |
---|
| اطلاعاتی درباره اتصالات دسترسی چندگانه به یک حساب یا دارایی ایجاد می کند. |
| اطلاعات مربوط به پیوندهای چند کاربر به یک حساب یا دارایی را حذف می کند. |
| اطلاعاتی در مورد اتصالات دسترسی چندگانه به یک حساب یا دارایی دریافت می کند. |
| اطلاعات مربوط به اتصالات دسترسی چندگانه به یک حساب یا دارایی را به روز می کند. |
| اتصال دسترسی به حساب یا ویژگی ایجاد می کند. |
| اتصال دسترسی به حساب یا دارایی را حذف می کند. |
| اطلاعات مربوط به یک اتصال دسترسی را دریافت می کند. |
| همه اتصالات دسترسی در یک حساب یا دارایی را فهرست می کند. |
| اتصال دسترسی به حساب یا دارایی را به روز می کند. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-14 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-01-14 بهوقت ساعت هماهنگ جهانی."],[[["AccessBinding is a resource that binds a user to a set of roles within Google Analytics."],["You can manage AccessBindings through various methods like creating, deleting, updating, and listing them for accounts or properties."],["AccessBindings use a JSON representation to define the user, their roles, and the target resource (account or property)."],["Roles granted via AccessBindings can include predefined options such as viewer, analyst, editor, admin, and more."],["Available methods for interacting with AccessBindings include batch operations (create, delete, get, update) and individual operations (create, delete, get, list, patch)."]]],["AccessBindings link users to roles within accounts or properties. Key fields include `name` (resource identifier), `roles[]` (list of granted roles like viewer, editor, admin), and `user` (target user's email). Available roles include predefined options. The union field `access_target` specifies the target for role assignments, currently only supporting the `user` field. Several methods are provided for managing access bindings, including creating, deleting, getting, listing, updating single or multiple user's bindings.\n"]]