public class Apigee.Organizations.SecurityProfilesV2 extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.SecurityProfilesV2.Create |
class |
Apigee.Organizations.SecurityProfilesV2.Delete |
class |
Apigee.Organizations.SecurityProfilesV2.Get |
class |
Apigee.Organizations.SecurityProfilesV2.List |
class |
Apigee.Organizations.SecurityProfilesV2.Patch |
| Constructor and Description |
|---|
SecurityProfilesV2() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.SecurityProfilesV2.Create |
create(String parent,
GoogleCloudApigeeV1SecurityProfileV2 content)
Create a security profile v2.
|
Apigee.Organizations.SecurityProfilesV2.Delete |
delete(String name)
Delete a security profile v2.
|
Apigee.Organizations.SecurityProfilesV2.Get |
get(String name)
Get a security profile v2.
|
Apigee.Organizations.SecurityProfilesV2.List |
list(String parent)
List security profiles v2.
|
Apigee.Organizations.SecurityProfilesV2.Patch |
patch(String name,
GoogleCloudApigeeV1SecurityProfileV2 content)
Update a security profile V2.
|
public Apigee.Organizations.SecurityProfilesV2.Create create(String parent, GoogleCloudApigeeV1SecurityProfileV2 content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent resource name. Format: `organizations/{org}`content - the GoogleCloudApigeeV1SecurityProfileV2IOExceptionpublic Apigee.Organizations.SecurityProfilesV2.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the security profile v2 to delete. Format:
`organizations/{org}/securityProfilesV2/{profile}`IOExceptionpublic Apigee.Organizations.SecurityProfilesV2.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the security profile v2 to get. Format:
`organizations/{org}/securityProfilesV2/{profile}`IOExceptionpublic Apigee.Organizations.SecurityProfilesV2.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. For a specific organization, list of all the security profiles. Format:
`organizations/{org}`IOExceptionpublic Apigee.Organizations.SecurityProfilesV2.Patch patch(String name, GoogleCloudApigeeV1SecurityProfileV2 content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Identifier. Name of the security profile v2 resource. Format:
organizations/{org}/securityProfilesV2/{profile}content - the GoogleCloudApigeeV1SecurityProfileV2IOExceptionCopyright © 2011–2025 Google. All rights reserved.