compliantNetworkNamedLocation resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents a Microsoft Entra ID named location defined by Global Secure Access. Automatically created with the name "All Compliant Network Locations" when you enable Global Secure Access signaling for Conditional Access. Named locations are custom rules that define network locations that can then be used in a Conditional Access policy.
For more information, see Enable compliant network check with Conditional Access.
Inherits from namedLocation.
Methods
Method | Return Type | Description |
---|---|---|
List | compliantNetworkNamedLocation collection | Get all the compliantNetworkNamedLocation objects in the organization. |
Get | compliantNetworkNamedLocation | Read the properties and relationships of a compliantNetworkNamedLocation object. |
Update | compliantNetworkNamedLocation | Update a compliantNetworkNamedLocation object. |
Properties
Property | Type | Description |
---|---|---|
compliantNetworkType | compliantNetworkType | Type of compliant network. Currently the only possible value is allTenantCompliantNetworks . |
createdDateTime | DateTimeOffset | The timestamp type represents creation date and time of the location using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . Read-only. Inherited from namedLocation. |
displayName | String | Human-readable name of the location. Required. Always "All Compliant Network Locations". Inherited from namedLocation. |
id | String | Identifier of the object. Read-only. Inherited from entity. |
isTrusted | Boolean | true if this location is explicitly trusted. Optional. Default value is false . |
modifiedDateTime | DateTimeOffset | The timestamp type represents last modified date and time of the location using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . Read-only. Inherited from namedLocation. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"compliantNetworkType": "String",
"createdDateTime": "String (timestamp)",
"displayName": "String",
"id": "String (identifier)",
"isTrusted": "Boolean",
"modifiedDateTime": "String (timestamp)"
}