Skip to content

Commit 6ba4d28

Browse files
feat: regenerate index files
1 parent 14fa544 commit 6ba4d28

File tree

8 files changed

+515
-24
lines changed

8 files changed

+515
-24
lines changed

discovery/androidmanagement-v1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@
12651265
}
12661266
}
12671267
},
1268-
"revision": "20251022",
1268+
"revision": "20251104",
12691269
"rootUrl": "https://androidmanagement.googleapis.com/",
12701270
"schemas": {
12711271
"AdbShellCommandEvent": {
@@ -5445,7 +5445,8 @@
54455445
"REQUIRED_ACCOUNT_NOT_IN_ENTERPRISE",
54465446
"NEW_ACCOUNT_NOT_IN_ENTERPRISE",
54475447
"DEFAULT_APPLICATION_SETTING_UNSUPPORTED_SCOPES",
5448-
"DEFAULT_APPLICATION_SETTING_FAILED_FOR_SCOPE"
5448+
"DEFAULT_APPLICATION_SETTING_FAILED_FOR_SCOPE",
5449+
"PRIVATE_DNS_HOST_NOT_SERVING"
54495450
],
54505451
"enumDescriptions": [
54515452
"Specific non-compliance reason is not specified. Fields in specific_non_compliance_context are not set.",
@@ -5461,7 +5462,8 @@
54615462
"Work account required by the workAccountSetupConfig policy setting is not part of the enterprise anymore. nonComplianceReason is set to USER_ACTION.",
54625463
"Work account added by the user is not part of the enterprise. nonComplianceReason is set to USER_ACTION.",
54635464
"The default application setting is applied to the scopes that are not supported by the management mode, even if the management mode itself is supported for the app type (e.g., a policy with DEFAULT_BROWSER app type and SCOPE_PERSONAL_PROFILE list sent to a fully managed device results in the scopes being inapplicable for the management mode). If the management mode is not supported for the app type, a NonComplianceDetail with MANAGEMENT_MODE is reported, without a specificNonComplianceReason.nonComplianceReason is set to MANAGEMENT_MODE.",
5464-
"The default application setting failed to apply for a specific scope. defaultApplicationContext is set. nonComplianceReason is set to INVALID_VALUE or APP_NOT_INSTALLED."
5465+
"The default application setting failed to apply for a specific scope. defaultApplicationContext is set. nonComplianceReason is set to INVALID_VALUE or APP_NOT_INSTALLED.",
5466+
"The specified host for private DNS is a valid hostname but was found to not be a private DNS server. nonComplianceReason is set to INVALID_VALUE."
54655467
],
54665468
"type": "string"
54675469
}

discovery/apigee-v1.json

Lines changed: 189 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10405,6 +10405,21 @@
1040510405
"pattern": "^organizations/[^/]+/securityProfilesV2/[^/]+$",
1040610406
"required": true,
1040710407
"type": "string"
10408+
},
10409+
"riskAssessmentType": {
10410+
"description": "Optional. The risk assessment type of the security profile. Defaults to ADVANCED_API_SECURITY.",
10411+
"enum": [
10412+
"RISK_ASSESSMENT_TYPE_UNSPECIFIED",
10413+
"APIGEE",
10414+
"API_HUB"
10415+
],
10416+
"enumDescriptions": [
10417+
"Risk assessment type is not specified.",
10418+
"Risk assessment type is Apigee.",
10419+
"Risk assessment type is API Hub."
10420+
],
10421+
"location": "query",
10422+
"type": "string"
1040810423
}
1040910424
},
1041010425
"path": "v1/{+name}",
@@ -10430,6 +10445,21 @@
1043010445
"pattern": "^organizations/[^/]+/securityProfilesV2/[^/]+$",
1043110446
"required": true,
1043210447
"type": "string"
10448+
},
10449+
"riskAssessmentType": {
10450+
"description": "Optional. The risk assessment type of the security profile. Defaults to ADVANCED_API_SECURITY.",
10451+
"enum": [
10452+
"RISK_ASSESSMENT_TYPE_UNSPECIFIED",
10453+
"APIGEE",
10454+
"API_HUB"
10455+
],
10456+
"enumDescriptions": [
10457+
"Risk assessment type is not specified.",
10458+
"Risk assessment type is Apigee.",
10459+
"Risk assessment type is API Hub."
10460+
],
10461+
"location": "query",
10462+
"type": "string"
1043310463
}
1043410464
},
1043510465
"path": "v1/{+name}",
@@ -10466,6 +10496,21 @@
1046610496
"pattern": "^organizations/[^/]+$",
1046710497
"required": true,
1046810498
"type": "string"
10499+
},
10500+
"riskAssessmentType": {
10501+
"description": "Optional. The risk assessment type of the security profiles. Defaults to ADVANCED_API_SECURITY.",
10502+
"enum": [
10503+
"RISK_ASSESSMENT_TYPE_UNSPECIFIED",
10504+
"APIGEE",
10505+
"API_HUB"
10506+
],
10507+
"enumDescriptions": [
10508+
"Risk assessment type is not specified.",
10509+
"Risk assessment type is Apigee.",
10510+
"Risk assessment type is API Hub."
10511+
],
10512+
"location": "query",
10513+
"type": "string"
1046910514
}
1047010515
},
1047110516
"path": "v1/{+parent}/securityProfilesV2",
@@ -11448,7 +11493,7 @@
1144811493
}
1144911494
}
1145011495
},
11451-
"revision": "20251016",
11496+
"revision": "20251105",
1145211497
"rootUrl": "https://apigee.googleapis.com/",
1145311498
"schemas": {
1145411499
"EdgeConfigstoreBundleBadBundle": {
@@ -12813,6 +12858,14 @@
1281312858
"description": "Request for BatchComputeSecurityAssessmentResults.",
1281412859
"id": "GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest",
1281512860
"properties": {
12861+
"apiHubApis": {
12862+
"$ref": "GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubApiArray",
12863+
"description": "An array of API Hub APIs to assess. A maximum of 1 API can be assessed."
12864+
},
12865+
"apiHubGateways": {
12866+
"$ref": "GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubGatewayArray",
12867+
"description": "An array of API Hub Gateways to assess. A maximum of 3 gateways can be assessed."
12868+
},
1281612869
"include": {
1281712870
"$ref": "GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray",
1281812871
"description": "Include only these resources."
@@ -12835,12 +12888,40 @@
1283512888
"type": "string"
1283612889
},
1283712890
"scope": {
12838-
"description": "Optional. Scope of the resources for the computation. For Apigee, the environment is the scope of the resources.",
12891+
"description": "Optional. Scope of the resources for the computation. When computing scores for Apigee proxies, the scope should be set to the environment of the resources. When computing scores for API Hub deployments, api_hub_scope should be set instead.",
1283912892
"type": "string"
1284012893
}
1284112894
},
1284212895
"type": "object"
1284312896
},
12897+
"GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubApiArray": {
12898+
"description": "Message for the array of API Hub APIs.",
12899+
"id": "GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubApiArray",
12900+
"properties": {
12901+
"apis": {
12902+
"description": "Required. The array of API Hub API IDs. Format: `projects/{project}/locations/{location}/apis/{api}`",
12903+
"items": {
12904+
"type": "string"
12905+
},
12906+
"type": "array"
12907+
}
12908+
},
12909+
"type": "object"
12910+
},
12911+
"GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubGatewayArray": {
12912+
"description": "Message for the array of API Hub Gateways.",
12913+
"id": "GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestApiHubGatewayArray",
12914+
"properties": {
12915+
"gateways": {
12916+
"description": "Required. The array of API Hub Gateway IDs. Format: `projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}`",
12917+
"items": {
12918+
"type": "string"
12919+
},
12920+
"type": "array"
12921+
}
12922+
},
12923+
"type": "object"
12924+
},
1284412925
"GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll": {
1284512926
"description": "Message for include_all_resources option.",
1284612927
"id": "GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll",
@@ -12866,18 +12947,20 @@
1286612947
"id": "GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArrayResource",
1286712948
"properties": {
1286812949
"name": {
12869-
"description": "Required. Name of this resource.",
12950+
"description": "Required. Name of this resource. For an Apigee API Proxy, this should be the id of the API proxy. For an API Hub Deployment, this should be the id of the deployment.",
1287012951
"type": "string"
1287112952
},
1287212953
"type": {
1287312954
"description": "Required. Type of this resource.",
1287412955
"enum": [
1287512956
"RESOURCE_TYPE_UNSPECIFIED",
12876-
"API_PROXY"
12957+
"API_PROXY",
12958+
"API_HUB_DEPLOYMENT"
1287712959
],
1287812960
"enumDescriptions": [
1287912961
"ResourceType not specified.",
12880-
"Resource is an Apigee Proxy."
12962+
"Resource is an Apigee Proxy.",
12963+
"Resource is an API Hub deployment."
1288112964
],
1288212965
"type": "string"
1288312966
}
@@ -18695,8 +18778,13 @@
1869518778
"description": "Resource for which we are computing security assessment.",
1869618779
"id": "GoogleCloudApigeeV1SecurityAssessmentResultResource",
1869718780
"properties": {
18781+
"apiHubDeploymentDetails": {
18782+
"$ref": "GoogleCloudApigeeV1SecurityAssessmentResultResourceApiHubDeploymentDetails",
18783+
"description": "Output only. Additional details for the API Hub deployment.",
18784+
"readOnly": true
18785+
},
1869818786
"name": {
18699-
"description": "Required. Name of this resource.",
18787+
"description": "Required. Name of this resource. For an Apigee API Proxy, this should be the id of the API proxy. For an API Hub Deployment, this should be the id of the deployment.",
1870018788
"type": "string"
1870118789
},
1870218790
"resourceRevisionId": {
@@ -18707,13 +18795,56 @@
1870718795
"description": "Required. Type of this resource.",
1870818796
"enum": [
1870918797
"RESOURCE_TYPE_UNSPECIFIED",
18710-
"API_PROXY"
18798+
"API_PROXY",
18799+
"API_HUB_DEPLOYMENT"
1871118800
],
1871218801
"enumDescriptions": [
1871318802
"ResourceType not specified.",
18714-
"Resource is an Apigee Proxy."
18803+
"Resource is an Apigee Proxy.",
18804+
"Resource is an API Hub deployment."
18805+
],
18806+
"type": "string"
18807+
}
18808+
},
18809+
"type": "object"
18810+
},
18811+
"GoogleCloudApigeeV1SecurityAssessmentResultResourceApiHubDeploymentDetails": {
18812+
"description": "Additional details if the resource is an API Hub deployment.",
18813+
"id": "GoogleCloudApigeeV1SecurityAssessmentResultResourceApiHubDeploymentDetails",
18814+
"properties": {
18815+
"displayName": {
18816+
"description": "The display name of the API Hub deployment.",
18817+
"type": "string"
18818+
},
18819+
"gateway": {
18820+
"description": "The gateway for the API Hub deployment. Format: `projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}`",
18821+
"type": "string"
18822+
},
18823+
"gatewayType": {
18824+
"description": "The gateway type for the API Hub deployment.",
18825+
"enum": [
18826+
"API_HUB_GATEWAY_TYPE_UNSPECIFIED",
18827+
"APIGEE_X",
18828+
"APIGEE_HYBRID",
18829+
"APIGEE_EDGE",
18830+
"APIGEE_OPDK"
18831+
],
18832+
"enumDescriptions": [
18833+
"Gateway type is not specified.",
18834+
"Gateway is Apigee X for API Hub.",
18835+
"Gateway is Apigee Hybrid for API Hub.",
18836+
"Gateway is Apigee Edge for API Hub.",
18837+
"Gateway is Apigee OPDK for API Hub."
1871518838
],
1871618839
"type": "string"
18840+
},
18841+
"resourceUri": {
18842+
"description": "The resource uri for the API Hub deployment.",
18843+
"type": "string"
18844+
},
18845+
"sourceProject": {
18846+
"description": "The source project for the API Hub deployment.",
18847+
"type": "string"
1871718848
}
1871818849
},
1871918850
"type": "object"
@@ -18792,12 +18923,14 @@
1879218923
"enum": [
1879318924
"VERDICT_UNSPECIFIED",
1879418925
"PASS",
18795-
"FAIL"
18926+
"FAIL",
18927+
"NOT_APPLICABLE"
1879618928
],
1879718929
"enumDescriptions": [
1879818930
"The verdict is unspecified.",
1879918931
"The assessment has passed.",
18800-
"The assessment has failed."
18932+
"The assessment has failed.",
18933+
"The verdict is not applicable."
1880118934
],
1880218935
"type": "string"
1880318936
},
@@ -19242,6 +19375,20 @@
1924219375
"description": "Required. The configuration for each assessment in this profile. Key is the name/id of the assessment.",
1924319376
"type": "object"
1924419377
},
19378+
"riskAssessmentType": {
19379+
"description": "Optional. The risk assessment type of the security profile. Defaults to ADVANCED_API_SECURITY.",
19380+
"enum": [
19381+
"RISK_ASSESSMENT_TYPE_UNSPECIFIED",
19382+
"APIGEE",
19383+
"API_HUB"
19384+
],
19385+
"enumDescriptions": [
19386+
"Risk assessment type is not specified.",
19387+
"Risk assessment type is Apigee.",
19388+
"Risk assessment type is API Hub."
19389+
],
19390+
"type": "string"
19391+
},
1924519392
"updateTime": {
1924619393
"description": "Output only. The time of the security profile update.",
1924719394
"format": "google-datetime",
@@ -19255,6 +19402,10 @@
1925519402
"description": "The configuration definition for a specific assessment.",
1925619403
"id": "GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfig",
1925719404
"properties": {
19405+
"include": {
19406+
"$ref": "GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfigApiHubGatewayTypeArray",
19407+
"description": "Include only these Gateway Types."
19408+
},
1925819409
"weight": {
1925919410
"description": "The weight of the assessment.",
1926019411
"enum": [
@@ -19274,6 +19425,34 @@
1927419425
},
1927519426
"type": "object"
1927619427
},
19428+
"GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfigApiHubGatewayTypeArray": {
19429+
"description": "Message for the array of API Hub Gateway Types.",
19430+
"id": "GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfigApiHubGatewayTypeArray",
19431+
"properties": {
19432+
"gatewayTypes": {
19433+
"description": "Required. The array of API Hub Gateway Types.",
19434+
"items": {
19435+
"enum": [
19436+
"API_HUB_GATEWAY_TYPE_UNSPECIFIED",
19437+
"APIGEE_X",
19438+
"APIGEE_HYBRID",
19439+
"APIGEE_EDGE",
19440+
"APIGEE_OPDK"
19441+
],
19442+
"enumDescriptions": [
19443+
"Gateway type is not specified.",
19444+
"Gateway is Apigee X for API Hub.",
19445+
"Gateway is Apigee Hybrid for API Hub.",
19446+
"Gateway is Apigee Edge for API Hub.",
19447+
"Gateway is Apigee OPDK for API Hub."
19448+
],
19449+
"type": "string"
19450+
},
19451+
"type": "array"
19452+
}
19453+
},
19454+
"type": "object"
19455+
},
1927719456
"GoogleCloudApigeeV1SecurityReport": {
1927819457
"description": "SecurityReport saves all the information about the created security report.",
1927919458
"id": "GoogleCloudApigeeV1SecurityReport",

0 commit comments

Comments
 (0)