Security Command Center v2 API - Class Resource (1.0.0-beta01)

public sealed class Resource : IMessage<Resource>, IEquatable<Resource>, IDeepCloneable<Resource>, IBufferMessage, IMessage

Reference documentation and code samples for the Security Command Center v2 API class Resource.

Information related to the Google Cloud resource.

Inheritance

object > Resource

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

Resource()

public Resource()

Resource(Resource)

public Resource(Resource other)
Parameter
NameDescription
otherResource

Properties

DisplayName

public string DisplayName { get; set; }

The human readable name of the resource.

Property Value
TypeDescription
string

Name

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

Type

public string Type { get; set; }

The full resource type of the resource.

Property Value
TypeDescription
string