Class GoogleCloudSecuritycenterV1p1beta1Resource
Information related to the Google Cloud resource.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV1p1beta1Resource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Folders
Output only. 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<GoogleCloudSecuritycenterV1p1beta1Folder> Folders { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV1p1beta1Folder> |
Name
The full resource name of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
The full resource name of resource's parent.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentDisplayName
The human readable name of resource's parent.
Declaration
[JsonProperty("parentDisplayName")]
public virtual string ParentDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
Project
The full resource name of project that the resource belongs to.
Declaration
[JsonProperty("project")]
public virtual string Project { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectDisplayName
The project id that the resource belongs to.
Declaration
[JsonProperty("projectDisplayName")]
public virtual string ProjectDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |