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