Google Cloud Dataplex V1 Client - Class SecurityStatus (0.1.6)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class 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.

Generated from protobuf message google.cloud.dataplex.v1.Asset.SecurityStatus

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ state int

The current state of the security policy applied to the attached resource.

↳ message string

Additional information about the current state.

↳ update_time Google\Protobuf\Timestamp

Last update time of the status.

getState

The current state of the security policy applied to the attached resource.

Generated from protobuf field .google.cloud.dataplex.v1.Asset.SecurityStatus.State state = 1;

Returns
TypeDescription
int

setState

The current state of the security policy applied to the attached resource.

Generated from protobuf field .google.cloud.dataplex.v1.Asset.SecurityStatus.State state = 1;

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getMessage

Additional information about the current state.

Generated from protobuf field string message = 2;

Returns
TypeDescription
string

setMessage

Additional information about the current state.

Generated from protobuf field string message = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUpdateTime

Last update time of the status.

Generated from protobuf field .google.protobuf.Timestamp update_time = 3;

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Last update time of the status.

Generated from protobuf field .google.protobuf.Timestamp update_time = 3;

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this