Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::Asset::SecurityStatus.
Security policy status of the asset. Data security policy, i.e., readers, writers & owners, should be specified in the lake/zone/asset IAM policy.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#message
def message() -> ::String
Returns
- (::String) — Additional information about the current state.
#message=
def message=(value) -> ::String
Parameter
- value (::String) — Additional information about the current state.
Returns
- (::String) — Additional information about the current state.
#state
def state() -> ::Google::Cloud::Dataplex::V1::Asset::SecurityStatus::State
Returns
- (::Google::Cloud::Dataplex::V1::Asset::SecurityStatus::State) — The current state of the security policy applied to the attached resource.
#state=
def state=(value) -> ::Google::Cloud::Dataplex::V1::Asset::SecurityStatus::State
Parameter
- value (::Google::Cloud::Dataplex::V1::Asset::SecurityStatus::State) — The current state of the security policy applied to the attached resource.
Returns
- (::Google::Cloud::Dataplex::V1::Asset::SecurityStatus::State) — The current state of the security policy applied to the attached resource.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Last update time of the status.
#update_time=
def update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Last update time of the status.
Returns
- (::Google::Protobuf::Timestamp) — Last update time of the status.