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.
578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 578 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.
578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 578 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.
578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 578 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 |