- Resource: SecurityProfileV2
- ProfileAssessmentConfig
- Weight
- ApiHubGatewayTypeArray
- ApiHubGatewayType
- RiskAssessmentType
- Methods
Resource: SecurityProfileV2
Security profile for risk assessment version 2.
| JSON representation |
|---|
{ "name": string, "description": string, "createTime": string, "updateTime": string, "profileAssessmentConfigs": { string: { object ( |
| Fields | |
|---|---|
name |
Identifier. Name of the security profile v2 resource. Format: organizations/{org}/securityProfilesV2/{profile} |
description |
Optional. The description of the security profile. |
createTime |
Output only. The time of the security profile creation. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The time of the security profile update. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
profileAssessmentConfigs |
Required. The configuration for each assessment in this profile. Key is the name/id of the assessment. An object containing a list of |
googleDefined |
Output only. Whether the security profile is google defined. |
riskAssessmentType |
Optional. The risk assessment type of the security profile. Defaults to ADVANCED_API_SECURITY. |
ProfileAssessmentConfig
The configuration definition for a specific assessment.
| JSON representation |
|---|
{ "weight": enum ( |
| Fields | |
|---|---|
weight |
The weight of the assessment. |
Union field api_hub_gateway_types. The gateway types that will be assessed. api_hub_gateway_types can be only one of the following: |
|
include |
Include only these Gateway Types. |
Weight
The weight of the assessment.
| Enums | |
|---|---|
WEIGHT_UNSPECIFIED |
The weight is unspecified. |
MINOR |
The weight is minor. |
MODERATE |
The weight is moderate. |
MAJOR |
The weight is major. |
ApiHubGatewayTypeArray
Message for the array of API Hub Gateway Types.
| JSON representation |
|---|
{
"gatewayTypes": [
enum ( |
| Fields | |
|---|---|
gatewayTypes[] |
Required. The array of API Hub Gateway Types. |
ApiHubGatewayType
ApiHubGateway type.
| Enums | |
|---|---|
API_HUB_GATEWAY_TYPE_UNSPECIFIED |
Gateway type is not specified. |
APIGEE_X |
Gateway is Apigee X for API Hub. |
APIGEE_HYBRID |
Gateway is Apigee Hybrid for API Hub. |
APIGEE_EDGE |
Gateway is Apigee Edge for API Hub. |
APIGEE_OPDK |
Gateway is Apigee OPDK for API Hub. |
RiskAssessmentType
Risk assessment type.
| Enums | |
|---|---|
RISK_ASSESSMENT_TYPE_UNSPECIFIED |
Risk assessment type is not specified. |
APIGEE |
Risk assessment type is Apigee. |
API_HUB |
Risk assessment type is API Hub. |
Methods |
|
|---|---|
|
Create a security profile v2. |
|
Delete a security profile v2. |
|
Get a security profile v2. |
|
List security profiles v2. |
|
Update a security profile V2. |