2021-12-09
▼ ▲ cloudidentity.groups.getSecuritySettings
Parameters :
name
Required : Yes
Description : Required. The security settings to retrieve. Format: `groups/{group_id}/securitySettings`
Location : path
Type : string
Pattern : ^groups/[^/]+/securitySettings$
readMask
Location : query
Format : google-fieldmask
Description : Field-level read mask of which fields to return. "*" returns all fields. If not specified, all fields will be returned. May only contain the following field: `member_restriction`.
Type : string
Description : Get Security Settings
Flat Path : v1/groups/{groupsId}/securitySettings
HTTP Method : GET
Path : v1/{+name}
Parameter Order : name
Scopes :
▼ ▲ cloudidentity.groups.updateSecuritySettings
Path : v1/{+name}
HTTP Method : PATCH
Parameters :
name
Description : Output only. The resource name of the security settings. Shall be of the form `groups/{group_id}/securitySettings`.
Location : path
Required : Yes
Type : string
Pattern : ^groups/[^/]+/securitySettings$
updateMask
Location : query
Description : Required. The fully-qualified names of fields to update. May only contain the following field: `member_restriction.query`.
Format : google-fieldmask
Type : string
Parameter Order : name
Scopes :
Flat Path : v1/groups/{groupsId}/securitySettings
Description : Update Security Settings