Class: Google::Cloud::AccessApproval::V1::AccessLocations
- Inherits:
-
Object
- Object
- Google::Cloud::AccessApproval::V1::AccessLocations
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/accessapproval/v1/accessapproval.rb
Overview
Home office and physical location of the principal.
Instance Attribute Summary collapse
-
#principal_office_country ⇒ ::String
The "home office" location of the principal.
-
#principal_physical_location_country ⇒ ::String
Physical location of the principal at the time of the access.
Instance Attribute Details
#principal_office_country ⇒ ::String
57 58 59 60 |
# File 'proto_docs/google/cloud/accessapproval/v1/accessapproval.rb', line 57 class AccessLocations include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#principal_physical_location_country ⇒ ::String
57 58 59 60 |
# File 'proto_docs/google/cloud/accessapproval/v1/accessapproval.rb', line 57 class AccessLocations include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |