Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the realm was created.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. Optional list of labels applied to the resource.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. Optional list of labels applied to the resource.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. Optional list of labels applied to the resource.
#name
def name() -> ::String
Returns
-
(::String) — Identifier. Resource name, in the form
projects/{project}/locations/global/sacRealms/{sacRealm}.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Identifier. Resource name, in the form
projects/{project}/locations/global/sacRealms/{sacRealm}.
Returns
-
(::String) — Identifier. Resource name, in the form
projects/{project}/locations/global/sacRealms/{sacRealm}.
#pairing_key
def pairing_key() -> ::Google::Cloud::NetworkSecurity::V1::SACRealm::PairingKey
Returns
- (::Google::Cloud::NetworkSecurity::V1::SACRealm::PairingKey) — Output only. Key to be shared with SSE service provider during pairing.
#security_service
def security_service() -> ::Google::Cloud::NetworkSecurity::V1::SACRealm::SecurityService
Returns
- (::Google::Cloud::NetworkSecurity::V1::SACRealm::SecurityService) — Immutable. SSE service provider associated with the realm.
#security_service=
def security_service=(value) -> ::Google::Cloud::NetworkSecurity::V1::SACRealm::SecurityService
Parameter
- value (::Google::Cloud::NetworkSecurity::V1::SACRealm::SecurityService) — Immutable. SSE service provider associated with the realm.
Returns
- (::Google::Cloud::NetworkSecurity::V1::SACRealm::SecurityService) — Immutable. SSE service provider associated with the realm.
#state
def state() -> ::Google::Cloud::NetworkSecurity::V1::SACRealm::State
Returns
- (::Google::Cloud::NetworkSecurity::V1::SACRealm::State) — Output only. State of the realm.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the realm was last updated.