Enterprise Groups Audit Activity Events

เอกสารนี้จะแสดงเหตุการณ์และพารามิเตอร์สําหรับเหตุการณ์กิจกรรมการตรวจสอบของ Enterprise Groups ประเภทต่างๆ คุณสามารถเรียกข้อมูลเหตุการณ์เหล่านี้ได้โดยเรียกใช้ Activities.list() ด้วย applicationName=groups_enterprise

การดำเนินการของโมเดอเรเตอร์

การดำเนินการโดยผู้ดูแล ระบบจะแสดงเหตุการณ์ประเภทนี้พร้อม type=moderator_action

ยอมรับคำเชิญ

สมาชิกยอมรับคำเชิญให้เข้าร่วมกลุ่ม

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ accept_invitation
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=accept_invitation&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} accepted an invitation to group {group_id}

เพิ่มการตั้งค่าข้อมูล

มีการเพิ่มการตั้งค่าข้อมูลของกลุ่ม

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ add_info_setting
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

info_setting

string

การตั้งค่าข้อมูลของกลุ่ม

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

value

string

ค่าของการตั้งค่ากลุ่ม

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=add_info_setting&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} added {info_setting} with value {value} in group {group_id} for the {namespace} namespace

เพิ่มสมาชิก

มีการเพิ่มสมาชิกลงในกลุ่มแล้ว

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ add_member
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

member_id

string

ตัวระบุของสมาชิก

member_role

string

บทบาทที่มอบหมายให้กับสมาชิกในบริบทของกลุ่ม เช่น เจ้าของ ผู้จัดการ หรือสมาชิก

member_type

string

ประเภทของสมาชิก เช่น ผู้ใช้ กลุ่ม หรือบัญชีบริการ ในบางกรณี ค่า "อื่นๆ" จะปรากฏขึ้นเมื่อไม่ทราบประเภทสมาชิก

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=add_member&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} added {member_type} {member_id} to group {group_id} with role {member_role}

เพิ่มบทบาทของสมาชิก

มีการเพิ่มบทบาทให้กับสมาชิกในกลุ่ม

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ add_member_role
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

member_id

string

ตัวระบุของสมาชิก

member_role

string

บทบาทที่มอบหมายให้กับสมาชิกในบริบทของกลุ่ม เช่น เจ้าของ ผู้จัดการ หรือสมาชิก

member_type

string

ประเภทของสมาชิก เช่น ผู้ใช้ กลุ่ม หรือบัญชีบริการ ในบางกรณี ค่า "อื่นๆ" จะปรากฏขึ้นเมื่อไม่ทราบประเภทสมาชิก

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=add_member_role&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} added role(s) {member_role} for {member_type} {member_id} in group {group_id}

เพิ่มการตั้งค่าความปลอดภัย

มีการเพิ่มการตั้งค่าความปลอดภัยของกลุ่ม

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ add_security_setting
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

security_setting

string

การตั้งค่าความปลอดภัยของกลุ่ม

value

string

ค่าของการตั้งค่ากลุ่ม

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=add_security_setting&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} added {security_setting} with value {value} in group {group_id} for the {namespace} namespace

เพิ่มสิทธิ์ของบัญชีบริการ

มีการเพิ่มสิทธิ์ไปยังบัญชีบริการ

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ add_service_account_permission
พารามิเตอร์
member_id

string

ตัวระบุของสมาชิก

member_role

string

บทบาทที่มอบหมายให้กับสมาชิกในบริบทของกลุ่ม เช่น เจ้าของ ผู้จัดการ หรือสมาชิก

member_type

string

ประเภทของสมาชิก เช่น ผู้ใช้ กลุ่ม หรือบัญชีบริการ ในบางกรณี ค่า "อื่นๆ" จะปรากฏขึ้นเมื่อไม่ทราบประเภทสมาชิก

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=add_service_account_permission&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} added {member_role} permission to {member_type} {member_id} for the {namespace} namespace

อนุมัติคำขอเข้าร่วม

สมาชิกอนุมัติคำขอเข้าร่วม

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ approve_join_request
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

member_id

string

ตัวระบุของสมาชิก

member_type

string

ประเภทของสมาชิก เช่น ผู้ใช้ กลุ่ม หรือบัญชีบริการ ในบางกรณี ค่า "อื่นๆ" จะปรากฏขึ้นเมื่อไม่ทราบประเภทสมาชิก

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=approve_join_request&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} approved join request from {member_type} {member_id} to group {group_id}

แบนสมาชิก ซึ่งรวมถึงการแบนด้วยการกลั่นกรอง

สมาชิกถูกแบนจากกลุ่มโดยตรงหรือมีการกลั่นกรอง

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ ban_member_with_moderation
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

member_id

string

ตัวระบุของสมาชิก

member_type

string

ประเภทของสมาชิก เช่น ผู้ใช้ กลุ่ม หรือบัญชีบริการ ในบางกรณี ค่า "อื่นๆ" จะปรากฏขึ้นเมื่อไม่ทราบประเภทสมาชิก

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=ban_member_with_moderation&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} banned {member_type} {member_id} from group {group_id} during message moderation

เปลี่ยนการตั้งค่าข้อมูล

มีการเปลี่ยนแปลงการตั้งค่าข้อมูลของกลุ่ม

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ change_info_setting
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

info_setting

string

การตั้งค่าข้อมูลของกลุ่ม

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

new_value

string

ค่าใหม่ของการตั้งค่ากลุ่ม

old_value

string

ค่าเดิมของการตั้งค่ากลุ่ม

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=change_info_setting&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} changed {info_setting} from {old_value} to {new_value} in group {group_id} for the {namespace} namespace

เปลี่ยนการตั้งค่าความปลอดภัย

มีการเปลี่ยนแปลงการตั้งค่าความปลอดภัยของกลุ่ม

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ change_security_setting
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

new_value

string

ค่าใหม่ของการตั้งค่ากลุ่ม

old_value

string

ค่าเดิมของการตั้งค่ากลุ่ม

security_setting

string

การตั้งค่าความปลอดภัยของกลุ่ม

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=change_security_setting&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} changed {security_setting} from {old_value} to {new_value} in group {group_id} for the {namespace} namespace

เปลี่ยนสถานะการตั้งค่าความปลอดภัย

เปลี่ยนสถานะการตั้งค่าความปลอดภัยของกลุ่มแล้ว

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ change_security_setting_state
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

new_value

string

ค่าใหม่ของการตั้งค่ากลุ่ม

old_value

string

ค่าเดิมของการตั้งค่ากลุ่ม

security_setting_state

string

สถานะการตั้งค่าความปลอดภัยของกลุ่ม

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=change_security_setting_state&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} changed {security_setting_state} from {old_value} to {new_value} in group {group_id} for the {namespace} namespace

สร้างกลุ่ม

มีการสร้างกลุ่มแล้ว

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ create_group
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=create_group&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} created group {group_id} for the {namespace} namespace

สร้างเนมสเปซ

มีการสร้างเนมสเปซ

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ create_namespace
พารามิเตอร์
namespace

string

เนมสเปซของกลุ่มเป้าหมาย

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=create_namespace&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} created a namespace {namespace}

ลบกลุ่ม

มีการลบกลุ่ม

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ delete_group
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=delete_group&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} deleted group {group_id} for the {namespace} namespace

ลบเนมสเปซ

มีการลบเนมสเปซแล้ว

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ delete_namespace
พารามิเตอร์
namespace

string

เนมสเปซของกลุ่มเป้าหมาย

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=delete_namespace&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} deleted a namespace {namespace}

เพิ่มการค้นหากลุ่มแบบไดนามิกแล้ว

เพิ่มชื่อเหตุการณ์ในการค้นหากลุ่มแบบไดนามิก

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ add_dynamic_group_query
พารามิเตอร์
dynamic_group_query

string

การค้นหากลุ่มแบบไดนามิก

group_id

string

ตัวระบุของกลุ่มเป้าหมาย

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=add_dynamic_group_query&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} added dynamic group query with value {dynamic_group_query} in group {group_id} for the {namespace} namespace

เปลี่ยนการค้นหากลุ่มแบบไดนามิกแล้ว

ชื่อเหตุการณ์การเปลี่ยนแปลงการค้นหากลุ่มแบบไดนามิก

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ change_dynamic_group_query
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

new_value

string

ค่าใหม่ของการตั้งค่ากลุ่ม

old_value

string

ค่าเดิมของการตั้งค่ากลุ่ม

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=change_dynamic_group_query&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} changed dynamic group query from {old_value} to {new_value} in group {group_id} for the {namespace} namespace

เชิญสมาชิก

เชิญสมาชิกเข้าร่วมกลุ่มแล้ว

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ invite_member
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

member_id

string

ตัวระบุของสมาชิก

member_type

string

ประเภทของสมาชิก เช่น ผู้ใช้ กลุ่ม หรือบัญชีบริการ ในบางกรณี ค่า "อื่นๆ" จะปรากฏขึ้นเมื่อไม่ทราบประเภทสมาชิก

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=invite_member&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} invited {member_type} {member_id} to group {group_id}

เข้าร่วม

สมาชิกเพิ่มตนเองลงในกลุ่ม

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ join
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=join&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} added themself to group {group_id}

เพิ่มวันหมดอายุการเป็นสมาชิกแล้ว

ชื่อเหตุการณ์ที่เพิ่มวันหมดอายุการเป็นสมาชิก

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ add_membership_expiry
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

member_id

string

ตัวระบุของสมาชิก

member_type

string

ประเภทของสมาชิก เช่น ผู้ใช้ กลุ่ม หรือบัญชีบริการ ในบางกรณี ค่า "อื่นๆ" จะปรากฏขึ้นเมื่อไม่ทราบประเภทสมาชิก

membership_expiry

string

เวลาหมดอายุของการเป็นสมาชิก

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=add_membership_expiry&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} added membership expiration with value {membership_expiry} for {member_type} {member_id} in group {group_id}

นำวันหมดอายุการเป็นสมาชิกออกแล้ว

ชื่อเหตุการณ์ที่นําวันหมดอายุการเป็นสมาชิกออกแล้ว

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ remove_membership_expiry
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

member_id

string

ตัวระบุของสมาชิก

member_type

string

ประเภทของสมาชิก เช่น ผู้ใช้ กลุ่ม หรือบัญชีบริการ ในบางกรณี ค่า "อื่นๆ" จะปรากฏขึ้นเมื่อไม่ทราบประเภทสมาชิก

old_value

string

ค่าเดิมของการตั้งค่ากลุ่ม

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=remove_membership_expiry&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} removed membership expiration for {member_type} {member_id} in group {group_id}

อัปเดตวันหมดอายุการเป็นสมาชิกแล้ว

ชื่อเหตุการณ์อัปเดตวันหมดอายุการเป็นสมาชิก

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ update_membership_expiry
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

member_id

string

ตัวระบุของสมาชิก

member_type

string

ประเภทของสมาชิก เช่น ผู้ใช้ กลุ่ม หรือบัญชีบริการ ในบางกรณี ค่า "อื่นๆ" จะปรากฏขึ้นเมื่อไม่ทราบประเภทสมาชิก

new_value

string

ค่าใหม่ของการตั้งค่ากลุ่ม

old_value

string

ค่าเดิมของการตั้งค่ากลุ่ม

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=update_membership_expiry&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} changed membership expiration of {member_type} {member_id} from {old_value} to {new_value} in group {group_id}

ปฏิเสธคำเชิญ

สมาชิกปฏิเสธคำเชิญให้เข้าร่วมกลุ่ม

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ reject_invitation
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=reject_invitation&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} rejected an invitation to group {group_id}

ปฏิเสธคำขอเข้าร่วม

สมาชิกปฏิเสธคำขอเข้าร่วม

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ reject_join_request
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

member_id

string

ตัวระบุของสมาชิก

member_type

string

ประเภทของสมาชิก เช่น ผู้ใช้ กลุ่ม หรือบัญชีบริการ ในบางกรณี ค่า "อื่นๆ" จะปรากฏขึ้นเมื่อไม่ทราบประเภทสมาชิก

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=reject_join_request&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} rejected join request from {member_type} {member_id} to group {group_id}

นำการตั้งค่าข้อมูลออก

มีการนำการตั้งค่าข้อมูลกลุ่มออก

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ remove_info_setting
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

info_setting

string

การตั้งค่าข้อมูลของกลุ่ม

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

value

string

ค่าของการตั้งค่ากลุ่ม

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=remove_info_setting&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} removed {info_setting} with value {value} in group {group_id} for the {namespace} namespace

นำสมาชิกออก

มีการนำสมาชิกออกจากกลุ่ม

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ remove_member
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

member_id

string

ตัวระบุของสมาชิก

member_type

string

ประเภทของสมาชิก เช่น ผู้ใช้ กลุ่ม หรือบัญชีบริการ ในบางกรณี ค่า "อื่นๆ" จะปรากฏขึ้นเมื่อไม่ทราบประเภทสมาชิก

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=remove_member&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} removed {member_type} {member_id} from group {group_id}

นำบทบาทของสมาชิกออก

มีการนำบทบาทของสมาชิกในกลุ่มออก

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ remove_member_role
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

member_id

string

ตัวระบุของสมาชิก

member_role

string

บทบาทที่มอบหมายให้กับสมาชิกในบริบทของกลุ่ม เช่น เจ้าของ ผู้จัดการ หรือสมาชิก

member_type

string

ประเภทของสมาชิก เช่น ผู้ใช้ กลุ่ม หรือบัญชีบริการ ในบางกรณี ค่า "อื่นๆ" จะปรากฏขึ้นเมื่อไม่ทราบประเภทสมาชิก

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=remove_member_role&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} removed role(s) {member_role} for {member_type} {member_id} in group {group_id}

นำการตั้งค่าความปลอดภัยออก

มีการนำการตั้งค่าความปลอดภัยของกลุ่มออก

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ remove_security_setting
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

security_setting

string

การตั้งค่าความปลอดภัยของกลุ่ม

value

string

ค่าของการตั้งค่ากลุ่ม

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=remove_security_setting&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} removed {security_setting} with value {value} in group {group_id} for the {namespace} namespace

นำสิทธิ์ของบัญชีบริการออก

มีการนำสิทธิ์สำหรับบัญชีบริการออก

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ remove_service_account_permission
พารามิเตอร์
member_id

string

ตัวระบุของสมาชิก

member_role

string

บทบาทที่มอบหมายให้กับสมาชิกในบริบทของกลุ่ม เช่น เจ้าของ ผู้จัดการ หรือสมาชิก

member_type

string

ประเภทของสมาชิก เช่น ผู้ใช้ กลุ่ม หรือบัญชีบริการ ในบางกรณี ค่า "อื่นๆ" จะปรากฏขึ้นเมื่อไม่ทราบประเภทสมาชิก

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=remove_service_account_permission&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} removed {member_role} permission of {member_type} {member_id} for the {namespace} namespace

ขอเข้าร่วม

สมาชิกส่งคำขอเข้าร่วมกลุ่ม

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ request_to_join
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=request_to_join&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} requested to join group {group_id}

เพิกถอนคำเชิญ

สมาชิกเพิกถอนคำเชิญที่ส่งให้ผู้ใช้รายอื่น

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ revoke_invitation
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

member_id

string

ตัวระบุของสมาชิก

member_type

string

ประเภทของสมาชิก เช่น ผู้ใช้ กลุ่ม หรือบัญชีบริการ ในบางกรณี ค่า "อื่นๆ" จะปรากฏขึ้นเมื่อไม่ทราบประเภทสมาชิก

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=revoke_invitation&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} revoked invitation to {member_type} {member_id} from group {group_id}

เลิกแบนสมาชิก

มีการเลิกแบนสมาชิกจากกลุ่ม

รายละเอียดเหตุการณ์
ชื่อเหตุการณ์ unban_member
พารามิเตอร์
group_id

string

ตัวระบุของกลุ่มเป้าหมาย

member_id

string

ตัวระบุของสมาชิก

member_type

string

ประเภทของสมาชิก เช่น ผู้ใช้ กลุ่ม หรือบัญชีบริการ ในบางกรณี ค่า "อื่นๆ" จะปรากฏขึ้นเมื่อไม่ทราบประเภทสมาชิก

namespace

string

เนมสเปซของกลุ่มเป้าหมาย

ตัวอย่างคำขอ
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/groups_enterprise?eventName=unban_member&maxResults=10&access_token=YOUR_ACCESS_TOKEN
รูปแบบข้อความในคอนโซลผู้ดูแลระบบ
{actor} removed ban for {member_type} {member_id} for group {group_id}