Class: Google::Cloud::CloudSecurityCompliance::V1::TargetResourceDetails

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb

Overview

The details for a target resource.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp

Returns The create time of the target resource.

Returns:



477
478
479
480
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 477

class TargetResourceDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#framework_deployment::String

Returns The framework deployment name for the target resource.

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

Returns:

  • (::String)

    The framework deployment name for the target resource.

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



477
478
479
480
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 477

class TargetResourceDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#major_revision_id::Integer

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

Returns:

  • (::Integer)

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



477
478
479
480
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 477

class TargetResourceDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#minor_revision_id::Integer

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

Returns:

  • (::Integer)

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



477
478
479
480
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 477

class TargetResourceDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#target_resource::String

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

Returns:

  • (::String)

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



477
478
479
480
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 477

class TargetResourceDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#target_resource_display_name::String

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

Returns:

  • (::String)

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



477
478
479
480
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 477

class TargetResourceDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_time::Google::Protobuf::Timestamp

Returns The update time of the target resource.

Returns:



477
478
479
480
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 477

class TargetResourceDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end