Class SecurityStatus (1.4.2)

SecurityStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Security policy status of the asset. Data security policy, i.e., readers, writers & owners, should be specified in the lake/zone/asset IAM policy.

Attributes

NameDescription
state google.cloud.dataplex_v1.types.Asset.SecurityStatus.State
The current state of the security policy applied to the attached resource.
message str
Additional information about the current state.
update_time google.protobuf.timestamp_pb2.Timestamp
Last update time of the status.

Classes

State

State(value)

The state of the security policy.

Values: STATE_UNSPECIFIED (0): State unspecified. READY (1): Security policy has been successfully applied to the attached resource. APPLYING (2): Security policy is in the process of being applied to the attached resource. ERROR (3): Security policy could not be applied to the attached resource due to errors.