HEX
Server: Apache/2.4.59 (Debian)
System: Linux keymana 4.19.0-21-cloud-amd64 #1 SMP Debian 4.19.249-2 (2022-06-30) x86_64
User: lijunjie (1003)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //lib/google-cloud-sdk/lib/googlecloudsdk/command_lib/scc/resources.yaml
organization:
  name: organization
  collection: securitycenter.organizations
  attributes:
  - &organization
    parameter_name: organizationsId
    attribute_name: organization
    help: |
      (Optional) If the full resource name isn't provided e.g. organizations/123, then provide the
      organization id which is the suffix of the organization. Example: organizations/123, the id is
      123.
    fallthroughs:
    - hook: googlecloudsdk.command_lib.scc.hooks:GetDefaultOrganization
      hint: Set the organization property in configuration using `gcloud config set scc/organization`
        if it is not specified in command line.
  disable_auto_completers: false

asset:
  name: asset
  collection: securitycenter.organizations.assets
  attributes:
  - *organization
  - &asset
    parameter_name: assetsId
    attribute_name: asset
    help: |
      (Optional) If the full resource name isn't provided e.g. organizations/123/assets/456, then
      provide the asset id which is the suffix of the asset. Example: organizations/123/assets/456,
      the id is 456.
  disable_auto_completers: false

source:
  name: source
  collection: securitycenter.organizations.sources
  attributes:
  - *organization
  - &source
    parameter_name: sourcesId
    attribute_name: source
    help: |
      (Optional) If the full resource name isn't provided e.g. organizations/123/sources/456, then
      provide the source id which is the suffix of the source.
      Example: organizations/123/sources/456, the id is 456.
  disable_auto_completers: false

finding:
  name: finding
  collection: securitycenter.organizations.sources.findings
  attributes:
  - *organization
  - *source
  - &finding
    parameter_name: findingId
    attribute_name: finding
    help: |
      (Optional) If the full resource name isn't provided e.g.
      organizations/123/sources/456/findings/789, then provide the finding id which is the suffix of
      the finding. Example: organizations/123/sources/456/findings/789, the id is 789.
  disable_auto_completers: false

operation:
  name: operation
  collection: securitycenter.organizations.operations
  request_id_field: operationId
  attributes:
  - *organization
  - &operation
    parameter_name: operationsId
    attribute_name: operation
    help: |
     Cloud SCC (Security Command Center) long running operation.

notification:
  name: notification
  collection: securitycenter.organizations.notificationConfigs
  attributes:
  - *organization
  - &notification
    parameter_name: notificationConfigsId
    attribute_name: notification
    help: |
      (Optional) If the full resource name isn't provided e.g. organizations/123/notificationConfigs/456, then
      provide the notification id which is the suffix of the notification config.
      Example: organizations/123/notificationConfigs/456, the id is 456.
  disable_auto_completers: false