Reference documentation and code samples for the Google Cloud Network Security V1 Client class SACRealm.
Represents a Secure Access Connect (SAC) realm resource.
A Secure Access Connect realm establishes a connection between your Google Cloud project and an SSE service.
Generated from protobuf message google.cloud.networksecurity.v1.SACRealm
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. Resource name, in the form projects/{project}/locations/global/sacRealms/{sacRealm}
.
↳ create_time
↳ update_time
↳ labels
↳ security_service
int
Immutable. SSE service provider associated with the realm.
↳ pairing_key
↳ state
int
Output only. State of the realm.
getName
Identifier. Resource name, in the form projects/{project}/locations/global/sacRealms/{sacRealm}
.
string
setName
Identifier. Resource name, in the form projects/{project}/locations/global/sacRealms/{sacRealm}
.
var
string
$this
getCreateTime
Output only. Timestamp when the realm was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Timestamp when the realm was created.
$this
getUpdateTime
Output only. Timestamp when the realm was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Timestamp when the realm was last updated.
$this
getLabels
Optional. Optional list of labels applied to the resource.
setLabels
Optional. Optional list of labels applied to the resource.
$this
getSecurityService
Immutable. SSE service provider associated with the realm.
setSecurityService
Immutable. SSE service provider associated with the realm.
$this
getPairingKey
Output only. Key to be shared with SSE service provider during pairing.
hasPairingKey
clearPairingKey
setPairingKey
Output only. Key to be shared with SSE service provider during pairing.
$this
getState
Output only. State of the realm.
setState
Output only. State of the realm.
$this

