public class Apigee.Organizations.Environments.SecurityIncidents extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Environments.SecurityIncidents.BatchUpdate |
class |
Apigee.Organizations.Environments.SecurityIncidents.Get |
class |
Apigee.Organizations.Environments.SecurityIncidents.List |
class |
Apigee.Organizations.Environments.SecurityIncidents.Patch |
| Constructor and Description |
|---|
SecurityIncidents() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Environments.SecurityIncidents.BatchUpdate |
batchUpdate(String parent,
GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest content)
BatchUpdateSecurityIncident updates multiple existing security incidents.
|
Apigee.Organizations.Environments.SecurityIncidents.Get |
get(String name)
GetSecurityIncident gets the specified security incident.
|
Apigee.Organizations.Environments.SecurityIncidents.List |
list(String parent)
ListSecurityIncidents lists all the security incident associated with the environment.
|
Apigee.Organizations.Environments.SecurityIncidents.Patch |
patch(String name,
GoogleCloudApigeeV1SecurityIncident content)
UpdateSecurityIncidents updates an existing security incident.
|
public Apigee.Organizations.Environments.SecurityIncidents.BatchUpdate batchUpdate(String parent, GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Optional. The parent resource shared by all security incidents being updated. If this is set, the
parent field in the UpdateSecurityIncidentRequest messages must either be empty or match
this field.content - the GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequestIOExceptionpublic Apigee.Organizations.Environments.SecurityIncidents.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Security incident in the following format:
`organizations/{org}/environments/{environment}/securityIncidents/{incident}'. Example:
organizations/testOrg/environments/testEnv/securityIncidents/1234-4567-890-111IOExceptionpublic Apigee.Organizations.Environments.SecurityIncidents.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 incidents. Format:
`organizations/{org}/environments/{environment}`IOExceptionpublic Apigee.Organizations.Environments.SecurityIncidents.Patch patch(String name, GoogleCloudApigeeV1SecurityIncident content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Immutable. Name of the security incident resource. Format:
organizations/{org}/environments/{environment}/securityIncidents/{incident} Example:
organizations/apigee-org/environments/dev/securityIncidents/1234-5678-9101-1111content - the GoogleCloudApigeeV1SecurityIncidentIOExceptionCopyright © 2011–2025 Google. All rights reserved.