Cloud Security Compliance v1 API - Class TargetResourceDetails (1.0.0-beta04)

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

Reference documentation and code samples for the Cloud Security Compliance v1 API class TargetResourceDetails.

The details for a target resource.

Inheritance

object > TargetResourceDetails

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

TargetResourceDetails()

public TargetResourceDetails()

TargetResourceDetails(TargetResourceDetails)

public TargetResourceDetails(TargetResourceDetails other)
Parameter
Name Description
other TargetResourceDetails

Properties

CreateTime

public Timestamp CreateTime { get; set; }

The create time of the target resource.

Property Value
Type Description
Timestamp

FrameworkDeployment

public string FrameworkDeployment { get; set; }

The framework deployment name for the target resource.

For example, organizations/{organization_id}/locations/{location}/frameworkDeployments/{framework_deployment_id}

Property Value
Type Description
string

MajorRevisionId

public long MajorRevisionId { get; set; }

The major revision ID of the framework for the target resource.

Property Value
Type Description
long

MinorRevisionId

public long MinorRevisionId { get; set; }

The minor revision ID of the framework for the target resource.

Property Value
Type Description
long

TargetResource

public string TargetResource { get; set; }

The target resource. For example, organizations/1234567890, projects/1234567890, or folders/1234567890.

Property Value
Type Description
string

TargetResourceDisplayName

public string TargetResourceDisplayName { get; set; }

The display name of the target resource. For example, google.com, staging-project, or development-folder.

Property Value
Type Description
string

UpdateTime

public Timestamp UpdateTime { get; set; }

The update time of the target resource.

Property Value
Type Description
Timestamp