Class AccessLocations (1.0.0)

public sealed class AccessLocations : IMessage<AccessLocations>, IEquatable<AccessLocations>, IDeepCloneable<AccessLocations>, IBufferMessage, IMessage

Home office and physical ___location of the principal.

Inheritance

System.Object > AccessLocations

Implements

Google.Protobuf.IMessage<AccessLocations>, System.IEquatable<AccessLocations>, Google.Protobuf.IDeepCloneable<AccessLocations>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.AccessApproval.V1

Assembly

Google.Cloud.AccessApproval.V1.dll

Constructors

AccessLocations()

public AccessLocations()

AccessLocations(AccessLocations)

public AccessLocations(AccessLocations other)
Parameter
Name Description
other AccessLocations

Properties

PrincipalOfficeCountry

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:

  • 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