Class: Google::Cloud::Dataplex::V1::Asset::SecurityStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Asset::SecurityStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/resources.rb
Overview
Security policy status of the asset. Data security policy, i.e., readers, writers & owners, should be specified in the lake/zone/asset IAM policy.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#message ⇒ ::String
Additional information about the current state.
-
#state ⇒ ::Google::Cloud::Dataplex::V1::Asset::SecurityStatus::State
The current state of the security policy applied to the attached resource.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
Last update time of the status.
Instance Attribute Details
#message ⇒ ::String
Returns Additional information about the current state.
596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 596 class SecurityStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The state of the security policy. module State # State unspecified. STATE_UNSPECIFIED = 0 # Security policy has been successfully applied to the attached resource. READY = 1 # Security policy is in the process of being applied to the attached # resource. APPLYING = 2 # Security policy could not be applied to the attached resource due to # errors. ERROR = 3 end end |
#state ⇒ ::Google::Cloud::Dataplex::V1::Asset::SecurityStatus::State
Returns The current state of the security policy applied to the attached resource.
596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 596 class SecurityStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The state of the security policy. module State # State unspecified. STATE_UNSPECIFIED = 0 # Security policy has been successfully applied to the attached resource. READY = 1 # Security policy is in the process of being applied to the attached # resource. APPLYING = 2 # Security policy could not be applied to the attached resource due to # errors. ERROR = 3 end end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns Last update time of the status.
596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 596 class SecurityStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The state of the security policy. module State # State unspecified. STATE_UNSPECIFIED = 0 # Security policy has been successfully applied to the attached resource. READY = 1 # Security policy is in the process of being applied to the attached # resource. APPLYING = 2 # Security policy could not be applied to the attached resource due to # errors. ERROR = 3 end end |