| Package | Description |
|---|---|
| com.google.api.services.apigee.v1 | |
| com.google.api.services.apigee.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.SecurityProfiles.Create |
Apigee.Organizations.SecurityProfiles.create(String parent,
GoogleCloudApigeeV1SecurityProfile content)
CreateSecurityProfile create a new custom security profile.
|
Apigee.Organizations.SecurityProfiles.Patch |
Apigee.Organizations.SecurityProfiles.patch(String name,
GoogleCloudApigeeV1SecurityProfile content)
UpdateSecurityProfile update the metadata of security profile.
|
| Constructor and Description |
|---|
Create(String parent,
GoogleCloudApigeeV1SecurityProfile content)
CreateSecurityProfile create a new custom security profile.
|
Patch(String name,
GoogleCloudApigeeV1SecurityProfile content)
UpdateSecurityProfile update the metadata of security profile.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1SecurityProfile |
GoogleCloudApigeeV1SecurityProfile.clone() |
GoogleCloudApigeeV1SecurityProfile |
GoogleCloudApigeeV1SecurityProfile.set(String fieldName,
Object value) |
GoogleCloudApigeeV1SecurityProfile |
GoogleCloudApigeeV1SecurityProfile.setDescription(String description)
Description of the security profile.
|
GoogleCloudApigeeV1SecurityProfile |
GoogleCloudApigeeV1SecurityProfile.setDisplayName(String displayName)
DEPRECATED: DO NOT USE Display name of the security profile.
|
GoogleCloudApigeeV1SecurityProfile |
GoogleCloudApigeeV1SecurityProfile.setEnvironments(List<GoogleCloudApigeeV1SecurityProfileEnvironment> environments)
List of environments attached to security profile.
|
GoogleCloudApigeeV1SecurityProfile |
GoogleCloudApigeeV1SecurityProfile.setMaxScore(Integer maxScore)
Output only.
|
GoogleCloudApigeeV1SecurityProfile |
GoogleCloudApigeeV1SecurityProfile.setMinScore(Integer minScore)
Output only.
|
GoogleCloudApigeeV1SecurityProfile |
GoogleCloudApigeeV1SecurityProfile.setName(String name)
Immutable.
|
GoogleCloudApigeeV1SecurityProfile |
GoogleCloudApigeeV1SecurityProfile.setProfileConfig(GoogleCloudApigeeV1ProfileConfig profileConfig)
Required.
|
GoogleCloudApigeeV1SecurityProfile |
GoogleCloudApigeeV1SecurityProfile.setRevisionCreateTime(String revisionCreateTime)
Output only.
|
GoogleCloudApigeeV1SecurityProfile |
GoogleCloudApigeeV1SecurityProfile.setRevisionId(Long revisionId)
Output only.
|
GoogleCloudApigeeV1SecurityProfile |
GoogleCloudApigeeV1SecurityProfile.setRevisionPublishTime(String revisionPublishTime)
Output only.
|
GoogleCloudApigeeV1SecurityProfile |
GoogleCloudApigeeV1SecurityProfile.setRevisionUpdateTime(String revisionUpdateTime)
Output only.
|
GoogleCloudApigeeV1SecurityProfile |
GoogleCloudApigeeV1SecurityProfile.setScoringConfigs(List<GoogleCloudApigeeV1SecurityProfileScoringConfig> scoringConfigs)
List of profile scoring configs in this revision.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudApigeeV1SecurityProfile> |
GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse.getSecurityProfiles()
List of security profile revisions.
|
List<GoogleCloudApigeeV1SecurityProfile> |
GoogleCloudApigeeV1ListSecurityProfilesResponse.getSecurityProfiles()
List of security profiles in the organization.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse |
GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse.setSecurityProfiles(List<GoogleCloudApigeeV1SecurityProfile> securityProfiles)
List of security profile revisions.
|
GoogleCloudApigeeV1ListSecurityProfilesResponse |
GoogleCloudApigeeV1ListSecurityProfilesResponse.setSecurityProfiles(List<GoogleCloudApigeeV1SecurityProfile> securityProfiles)
List of security profiles in the organization.
|
Copyright © 2011–2025 Google. All rights reserved.