public sealed class AccessLocations : IMessage<AccessLocations>, IEquatable<AccessLocations>, IDeepCloneable<AccessLocations>, IBufferMessage, IMessage
Home office and physical location of the principal.
public string PrincipalOfficeCountry { get; set; }
The "home office" location of the principal. A two-letter country code
(ISO 3166-1 alpha-2), such as "US", "DE" or "GB" or a region code. In some
limited situations Google systems may refer refer to a region code instead
of a country code.
Possible Region Codes:
ASI: Asia
EUR: Europe
OCE: Oceania
AFR: Africa
NAM: North America
SAM: South America
ANT: Antarctica
ANY: Any location
Property Value
Type
Description
System.String
PrincipalPhysicalLocationCountry
public string PrincipalPhysicalLocationCountry { get; set; }
Physical location of the principal at the time of the access. A
two-letter country code (ISO 3166-1 alpha-2), such as "US", "DE" or "GB" or
a region code. In some limited situations Google systems may refer refer to
a region code instead of a country code.
Possible Region Codes:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document outlines the `AccessLocations` class, which is part of the `Google.Cloud.AccessApproval.V1` namespace, found within the `Google.Cloud.AccessApproval.V1.dll` assembly."],["The `AccessLocations` class is used to define the home office and physical location of a principal and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two properties, `PrincipalOfficeCountry` and `PrincipalPhysicalLocationCountry`, both of which are strings that represent a two-letter country code or a region code, such as ASI for Asia or EUR for Europe."],["The document provides access to the different versions of this API, ranging from the latest version, 2.5.0, all the way to the initial version, 1.0.0."],["The class has two constructors: `AccessLocations()`, which does not take any parameters, and `AccessLocations(AccessLocations other)`, which takes another `AccessLocations` object as a parameter."]]],[]]