Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
google-cloud-sdk /
lib /
surface /
scc /
assets /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2026-06-08 18:08
__init__.py
829
B
-rw-r--r--
1980-01-01 08:00
describe.yaml
2.81
KB
-rw-r--r--
1980-01-01 08:00
get_parent.yaml
2.61
KB
-rw-r--r--
1980-01-01 08:00
get_project.yaml
2.66
KB
-rw-r--r--
1980-01-01 08:00
group.yaml
3.89
KB
-rw-r--r--
1980-01-01 08:00
list.yaml
4.14
KB
-rw-r--r--
1980-01-01 08:00
list_marks.yaml
1.59
KB
-rw-r--r--
1980-01-01 08:00
run_discovery.yaml
1.76
KB
-rw-r--r--
1980-01-01 08:00
update_marks.yaml
2.65
KB
-rw-r--r--
1980-01-01 08:00
Save
Rename
- release_tracks: [ALPHA, BETA, GA] deprecate: is_removed: false warning: | Security Command Center Asset APIs are deprecated and will be removed on or after June 26, 2024. Use Cloud Asset Inventory instead [(gcloud asset)](https://cloud.google.com/sdk/gcloud/reference/asset). For more information, [see the deprecation notice at Assets Page](https://cloud.google.com/security-command-center/docs/how-to-use-security-command-center#assets_page). # This command calls a list operation behind the scenes but we can't make command_type as list # since it doesn't support any of the list-flags. command_type: GENERIC generic: disable_paging_flags: true help_text: brief: Describe an asset given its resource name or asset id. description: Describe an asset given its resource name or asset id. examples: | Describe an asset under organization 123456, given its full resource name (https://cloud.google.com/apis/design/resource_names#full_resource_name) e.g. //storage.googleapis.com/my-bucket: $ {command} 123456 --resource-name="//storage.googleapis.com/my-bucket" Describe an asset under organization 123456, given its Cloud SCC asset id 5678 $ {command} 123456 --asset=5678 Describe an asset under project example-project, given its Cloud SCC asset id 5678 $ {command} projects/example-project/assets/5678 Describe an asset under folder 456, given its Cloud SCC asset id 5678 $ {command} folders/456/assets/5678 request: collection: securitycenter.organizations.assets api_version: v1 method: list modify_request_hooks: - googlecloudsdk.command_lib.scc.assets.request_hooks:DescribeAssetReqHook arguments: additional_arguments_hook: googlecloudsdk.command_lib.scc.hooks:AppendParentArg params: - group: mutex: true required: true params: - arg_name: asset help_text: | Cloud SCC specific asset. It's derived from the the asset's relative resource name. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name. For Example, for the given asset name: "organizations/123/assets/456", 456 represents asset id. - arg_name: resource-name help_text: | Asset's resource name. Full resource name of the Google Cloud Platform resource this asset represents. This field is immutable after create time. See: https://cloud.google.com/apis/design/resource_names#full_resource_name. For Example: "//cloudresourcemanager.googleapis.com/projects/1234567890123" could be the resource-name for a project. response: modify_response_hooks: - googlecloudsdk.command_lib.scc.assets.response_hooks:ExtractMatchingAssetFromDescribeResponse