OrganizationsSecurityProfiles
class OrganizationsSecurityProfiles extends Resource (View source)
The "securityProfiles" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$securityProfiles = $apigeeService->organizations_securityProfiles;
Methods
CreateSecurityProfile create a new custom security profile.
DeleteSecurityProfile delete a profile with all its revisions.
GetSecurityProfile gets the specified security profile. Returns NOT_FOUND if security profile is not present for the specified organization.
ListSecurityProfiles lists all the security profiles associated with the org including attached and unattached profiles.
ListSecurityProfileRevisions lists all the revisions of the security profile.
UpdateSecurityProfile update the metadata of security profile.
Details
GoogleCloudApigeeV1SecurityProfile
create(string $parent, GoogleCloudApigeeV1SecurityProfile $postBody, array $optParams = [])
CreateSecurityProfile create a new custom security profile.
(securityProfiles.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
DeleteSecurityProfile delete a profile with all its revisions.
(securityProfiles.delete)
GoogleCloudApigeeV1SecurityProfile
get(string $name, array $optParams = [])
GetSecurityProfile gets the specified security profile. Returns NOT_FOUND if security profile is not present for the specified organization.
(securityProfiles.get)
GoogleCloudApigeeV1ListSecurityProfilesResponse
listOrganizationsSecurityProfiles(string $parent, array $optParams = [])
ListSecurityProfiles lists all the security profiles associated with the org including attached and unattached profiles.
(securityProfiles.listOrganizationsSecurityProfiles)
GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse
listRevisions(string $name, array $optParams = [])
ListSecurityProfileRevisions lists all the revisions of the security profile.
(securityProfiles.listRevisions)
GoogleCloudApigeeV1SecurityProfile
patch(string $name, GoogleCloudApigeeV1SecurityProfile $postBody, array $optParams = [])
UpdateSecurityProfile update the metadata of security profile.
(securityProfiles.patch)