Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SecurityCenterProperties

import type { SecurityCenterProperties } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

Security Command Center managed properties. These properties are managed by Security Command Center and cannot be modified by the user.

interface SecurityCenterProperties {
folders?: Folder[];
resourceDisplayName?: string;
resourceName?: string;
resourceOwners?: string[];
resourceParent?: string;
resourceParentDisplayName?: string;
resourceProject?: string;
resourceProjectDisplayName?: string;
resourceType?: string;
}

§Properties

§
folders?: Folder[]
[src]

Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization.

§
resourceDisplayName?: string
[src]

The user defined display name for this resource.

§
resourceName?: string
[src]

The full resource name of the Google Cloud resource this asset represents. This field is immutable after create time. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

§
resourceOwners?: string[]
[src]

Owners of the Google Cloud resource.

§
resourceParent?: string
[src]

The full resource name of the immediate parent of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

§
resourceParentDisplayName?: string
[src]

The user defined display name for the parent of this resource.

§
resourceProject?: string
[src]

The full resource name of the project the resource belongs to. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

§
resourceProjectDisplayName?: string
[src]

The user defined display name for the project of this resource.

§
resourceType?: string
[src]

The type of the Google Cloud resource. Examples include: APPLICATION, PROJECT, and ORGANIZATION. This is a case insensitive field defined by Security Command Center and/or the producer of the resource and is immutable after create time.