OrganizationsLocationsSecurityProfileGroups
class OrganizationsLocationsSecurityProfileGroups extends Resource (View source)
The "securityProfileGroups" collection of methods.
Typical usage is:
$networksecurityService = new Google\Service\NetworkSecurity(...);
$securityProfileGroups = $networksecurityService->organizations_locations_securityProfileGroups;
Methods
Creates a new SecurityProfileGroup in a given organization and location.
Deletes a single SecurityProfileGroup. (securityProfileGroups.delete)
Gets details of a single SecurityProfileGroup. (securityProfileGroups.get)
Lists SecurityProfileGroups in a given organization and location.
Updates the parameters of a single SecurityProfileGroup.
Details
Operation
create(string $parent, SecurityProfileGroup $postBody, array $optParams = [])
Creates a new SecurityProfileGroup in a given organization and location.
(securityProfileGroups.create)
Operation
delete(string $name, array $optParams = [])
Deletes a single SecurityProfileGroup. (securityProfileGroups.delete)
SecurityProfileGroup
get(string $name, array $optParams = [])
Gets details of a single SecurityProfileGroup. (securityProfileGroups.get)
ListSecurityProfileGroupsResponse
listOrganizationsLocationsSecurityProfileGroups(string $parent, array $optParams = [])
Lists SecurityProfileGroups in a given organization and location.
(securityProfileGroups.listOrganizationsLocationsSecurityProfileGroups)
Operation
patch(string $name, SecurityProfileGroup $postBody, array $optParams = [])
Updates the parameters of a single SecurityProfileGroup.
(securityProfileGroups.patch)