ipNamedLocation resource type
Namespace: microsoft.graph
Represents an Azure Active Directory named location defined by IP ranges. Named locations are custom rules that define network locations which can then be used in a Conditional Access policy.
Inherits from namedLocation
Methods
Method | Return Type | Description |
---|---|---|
List ipNamedLocations | ipNamedLocation collection | Get all the ipNamedLocation objects in the organization. |
Create ipNamedLocation | ipNamedLocation | Create a new ipNamedLocation object. |
Get ipNamedLocation | ipNamedLocation | Read the properties and relationships of an ipNamedLocation object. |
Update ipNamedLocation | ipNamedLocation | Update an ipNamedLocation object. |
Delete ipNamedLocation | None | Delete an ipNamedLocation object. |
Properties
Property | Type | Description |
---|---|---|
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. |
id | String | Identifier of a namedLocation object. Read-only. Inherited from namedLocation. |
ipRanges | ipRange collection | List of IP address ranges in IPv4 CIDR format (e.g. 1.2.3.4/32) or any allowable IPv6 format from IETF RFC5969. Required. |
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 is a JSON representation of the resource.
{
"createdDateTime": "String (timestamp)",
"displayName": "String",
"id": "String (identifier)",
"ipRanges": [{"@odata.type": "microsoft.graph.ipRange"}],
"isTrusted": true,
"modifiedDateTime": "String (timestamp)"
}
See also
Feedback
Submit and view feedback for