Google Cloud Dataplex V1 Client - Class SecurityStatus (1.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
Namespace
Google \ Cloud \ Dataplex \ V1 \ AssetMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type State. |
setState
The current state of the security policy applied to the attached resource.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type State. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMessage
Additional information about the current state.
| Returns | |
|---|---|
| Type | Description |
string |
|
setMessage
Additional information about the current state.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateTime
Last update time of the status.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasUpdateTime
clearUpdateTime
setUpdateTime
Last update time of the status.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|