1type: google.api.Service 2config_version: 3 3name: securitycentermanagement.googleapis.com 4title: Security Center Management API 5 6apis: 7- name: google.cloud.location.Locations 8- name: google.cloud.securitycentermanagement.v1.SecurityCenterManagement 9 10documentation: 11 summary: |- 12 Management API for Security Command Center, a built-in security and risk 13 management solution for Google Cloud. Use this API to programmatically 14 update the settings and configuration of Security Command Center. 15 rules: 16 - selector: google.cloud.location.Locations.GetLocation 17 description: Gets information about a location. 18 19 - selector: google.cloud.location.Locations.ListLocations 20 description: Lists information about the supported locations for this service. 21 22http: 23 rules: 24 - selector: google.cloud.location.Locations.GetLocation 25 get: '/v1/{name=projects/*/locations/*}' 26 - selector: google.cloud.location.Locations.ListLocations 27 get: '/v1/{name=projects/*}/locations' 28 29authentication: 30 rules: 31 - selector: google.cloud.location.Locations.GetLocation 32 oauth: 33 canonical_scopes: |- 34 https://www.googleapis.com/auth/cloud-platform 35 - selector: google.cloud.location.Locations.ListLocations 36 oauth: 37 canonical_scopes: |- 38 https://www.googleapis.com/auth/cloud-platform 39 - selector: 'google.cloud.securitycentermanagement.v1.SecurityCenterManagement.*' 40 oauth: 41 canonical_scopes: |- 42 https://www.googleapis.com/auth/cloud-platform 43 44publishing: 45 new_issue_uri: https://issuetracker.google.com/issues/new?component=709980 46 documentation_uri: https://cloud.google.com/security-command-center/docs/reference/security-center-management/rest 47 api_short_name: securitycentermanagement 48 github_label: 'api: securitycentermanagement' 49 doc_tag_prefix: securitycentermanagement 50 organization: CLOUD 51 library_settings: 52 - version: google.cloud.securitycentermanagement.v1 53 launch_stage: GA 54 java_settings: 55 common: 56 destinations: 57 - PACKAGE_MANAGER 58 cpp_settings: 59 common: 60 destinations: 61 - PACKAGE_MANAGER 62 php_settings: 63 common: 64 destinations: 65 - PACKAGE_MANAGER 66 python_settings: 67 common: 68 destinations: 69 - PACKAGE_MANAGER 70 node_settings: 71 common: 72 destinations: 73 - PACKAGE_MANAGER 74 dotnet_settings: 75 common: 76 destinations: 77 - PACKAGE_MANAGER 78 ruby_settings: 79 common: 80 destinations: 81 - PACKAGE_MANAGER 82 go_settings: 83 common: 84 destinations: 85 - PACKAGE_MANAGER 86 proto_reference_documentation_uri: https://cloud.google.com/securitycentermanagement/docs/reference/rpc 87