Google Cloud Security Command Center v1 API - Class ListFindingsResponse.Types.ListFindingsResult.Types.Resource (3.19.0)

public sealed class ListFindingsResponse.Types.ListFindingsResult.Types.Resource : IMessage<ListFindingsResponse.Types.ListFindingsResult.Types.Resource>, IEquatable<ListFindingsResponse.Types.ListFindingsResult.Types.Resource>, IDeepCloneable<ListFindingsResponse.Types.ListFindingsResult.Types.Resource>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class ListFindingsResponse.Types.ListFindingsResult.Types.Resource.

Information related to the Google Cloud resource that is associated with this finding.

Inheritance

object > ListFindingsResponse.Types.ListFindingsResult.Types.Resource

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

Resource()

public Resource()

Resource(Resource)

public Resource(ListFindingsResponse.Types.ListFindingsResult.Types.Resource other)
Parameter
NameDescription
otherListFindingsResponseTypesListFindingsResultTypesResource

Properties

DisplayName

public string DisplayName { get; set; }

The human readable name of the resource.

Property Value
TypeDescription
string

Folders

public RepeatedField<Folder> Folders { get; }

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.

Property Value
TypeDescription
RepeatedFieldFolder

Name

public string Name { get; set; }
Property Value
TypeDescription
string

ParentDisplayName

public string ParentDisplayName { get; set; }

The human readable name of resource's parent.

Property Value
TypeDescription
string

ParentName

public string ParentName { get; set; }

The full resource name of resource's parent.

Property Value
TypeDescription
string

ProjectDisplayName

public string ProjectDisplayName { get; set; }

The project ID that the resource belongs to.

Property Value
TypeDescription
string

ProjectName

public string ProjectName { get; set; }

The full resource name of project that the resource belongs to.

Property Value
TypeDescription
string

Type

public string Type { get; set; }

The full resource type of the resource.

Property Value
TypeDescription
string