Edit

Share via


tlsInspectionPolicyLink resource type

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.

Represents the link between a filtering profile and a TLS inspection policy.

Inherits from microsoft.graph.networkaccess.policyLink.

Methods

Method Return type Description
List microsoft.graph.networkaccess.tlsInspectionPolicyLink collection Get a list of the tlsInspectionPolicyLink objects on a filtering profile.
Create microsoft.graph.networkaccess.tlsInspectionPolicyLink Create a new tlsInspectionPolicyLink object on a filtering profile.
Get microsoft.graph.networkaccess.tlsInspectionPolicyLink Get a tlsInspectionPolicyLink object on a filtering profile.
Update None Update the properties of a tlsInspectionPolicyLink object.
Delete None Delete a tlsInspectionPolicyLink object.

Properties

Property Type Description
id String The unique identifier for the policy link. Inherited from microsoft.graph.networkaccess.policyLink. Inherits from entity.
state microsoft.graph.networkaccess.status The state of the policy link. Inherited from microsoft.graph.networkaccess.policyLink. The possible values are: enabled, disabled, unknownFutureValue. Supports $filter (eq, ne).
version String Version number of the policy link. Inherited from microsoft.graph.networkaccess.policyLink.

Relationships

Relationship Type Description
policy microsoft.graph.networkaccess.policy The TLS inspection policy associated with this link. The policy is of derived type microsoft.graph.networkaccess.tlsInspectionpolicy. Supports $expand.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.networkaccess.tlsInspectionPolicyLink",
  "id": "String (identifier)",
  "state": "String",
  "version": "String"
}