Class SecurityCenterProperties
Security Command Center managed properties. These properties are managed by Security Command Center and cannot be modified by the user.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class SecurityCenterProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Folders
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.
Declaration
[JsonProperty("folders")]
public virtual IList<Folder> Folders { get; set; }
Property Value
Type | Description |
---|---|
IList<Folder> |
ResourceDisplayName
The user defined display name for this resource.
Declaration
[JsonProperty("resourceDisplayName")]
public virtual string ResourceDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceName
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
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceOwners
Owners of the Google Cloud resource.
Declaration
[JsonProperty("resourceOwners")]
public virtual IList<string> ResourceOwners { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ResourceParent
The full resource name of the immediate parent of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
Declaration
[JsonProperty("resourceParent")]
public virtual string ResourceParent { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceParentDisplayName
The user defined display name for the parent of this resource.
Declaration
[JsonProperty("resourceParentDisplayName")]
public virtual string ResourceParentDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceProject
The full resource name of the project the resource belongs to. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
Declaration
[JsonProperty("resourceProject")]
public virtual string ResourceProject { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceProjectDisplayName
The user defined display name for the project of this resource.
Declaration
[JsonProperty("resourceProjectDisplayName")]
public virtual string ResourceProjectDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceType
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.
Declaration
[JsonProperty("resourceType")]
public virtual string ResourceType { get; set; }
Property Value
Type | Description |
---|---|
string |