Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.networkaccess
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.
Let's you configure TLS termination for your organization's network traffic within Global Secure Access. You can link the policy to a filtering profile using the microsoft.graph.networkaccess.tlsInspectionPolicyLink resource. Each filtering profile can hold only one tlsInspectionPolicyLink.
Inherits from microsoft.graph.networkaccess.policy.
Methods
Method | Return Type | Description |
---|---|---|
List policies | tlsInspectionPolicy collection | Get a list of tlsInspectionPolicy objects. |
Get policy | tlsInspectionPolicy | Get a single tlsInspectionPolicy object. |
Create policy | tlsInspectionPolicy | Create a new tlsInspectionPolicy. |
Update policy | None | Update properties of a tlsInspectionPolicy object. |
Delete policy | None | Delete a tlsInspectionPolicy object. |
Properties
Property | Type | Description |
---|---|---|
description | String | Optional description of the policy. Inherited from microsoft.graph.networkaccess.policy. Supports $filter (eq , ne , startsWith ) |
id | String | The unique identifier for the policy. Read-only. Inherited from microsoft.graph.networkaccess.policy. |
lastModifiedDateTime | DateTimeOffset | The timestamp of when the policy was last modified. Supports $filter (eq , ne , not , ge , le , in ) and $orderby . Read-only. |
name | String | The display name of the policy. Inherited from microsoft.graph.networkaccess.policy. |
settings | microsoft.graph.networkaccess.tlsInspectionPolicySettings | Settings that configure the default behavior of the policy. |
version | String | Version number of the policy. Supports $filter (eq , ne , startsWith ). Read-only. Inherited from microsoft.graph.networkaccess.policy. |
Relationships
Relationship | Type | Description |
---|---|---|
policyRules | microsoft.graph.networkaccess.tlsInspectionRule collection | Collection of rules that define the specific matching conditions and desired actions for TLS inspection. Must contain rules of type tlsInspectionRule only. Inherited from Inherited from microsoft.graph.networkaccess.policy. |
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.networkaccess.tlsInspectionPolicy",
"id": "String (identifier)",
"name": "String",
"description": "String",
"lastModifiedDateTime": "String (timestamp)",
"settings": {
"@odata.type": "microsoft.graph.networkaccess.tlsInspectionPolicySettings"
},
"version": "String"
}