Table of Contents

Class EntraConditionalAccessCountryNamedLocation

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an Entra directory conditional access country named location.

public class EntraConditionalAccessCountryNamedLocation : EntraConditionalAccessNamedLocationBase, IComparable<EntraConditionalAccessNamedLocationBase>
Inheritance
EntraConditionalAccessCountryNamedLocation
Implements
Inherited Members

Constructors

EntraConditionalAccessCountryNamedLocation()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraConditionalAccessCountryNamedLocation class.

public EntraConditionalAccessCountryNamedLocation()

Properties

CountryLookupMethod

Gets or sets the country lookup method.

public EntraConditionalAccessCountryLookupMethod CountryLookupMethod { get; set; }

Property Value

EntraConditionalAccessCountryLookupMethod

CountryLookupMethodString

Gets the country lookup method as a human readable string.

public string CountryLookupMethodString { get; set; }

Property Value

string

CountryRegionIdentifiers

Gets or sets the identifiers of the countries or regions.

public SerializableStringCollection CountryRegionIdentifiers { get; set; }

Property Value

SerializableStringCollection

CountryRegionNames

Gets or sets the names of the countries or regions.

public SerializableStringCollection CountryRegionNames { get; set; }

Property Value

SerializableStringCollection

IncludeUnknownCountriesAndRegions

Gets or sets whether to include unknown countries and regions.

public BooleanOption IncludeUnknownCountriesAndRegions { get; set; }

Property Value

BooleanOption

LocationTypeDisplayName

Gets the display name of the location type.

public override string LocationTypeDisplayName { get; set; }

Property Value

string