Module: Google::Cloud::Dataplex::V1::Asset::SecurityStatus::State

Defined in:
proto_docs/google/cloud/dataplex/v1/resources.rb

Overview

The state of the security policy.

Constant Summary collapse

STATE_UNSPECIFIED =

State unspecified.

0
READY =

Security policy has been successfully applied to the attached resource.

1
APPLYING =

Security policy is in the process of being applied to the attached resource.

2
ERROR =

Security policy could not be applied to the attached resource due to errors.

3