Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 3.64 KB

File metadata and controls

62 lines (49 loc) · 3.64 KB
title kubernetesServicePort resource type
description Represents a Kubernetes service port object that is reported as part of a kubernetesServiceEvidence entity.
author MSRonBorysowski
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 07/22/2024

kubernetesServicePort resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Represents a Kubernetes service port object that is reported as part of a microsoft.graph.security.kubernetesServiceEvidence entity.

Properties

Property Type Description
appProtocol String The application protocol for this port.
name String The name of this port within the service.
nodePort Int32 The port on each node on which this service is exposed when the type is either NodePort or LoadBalancer.
port Int32 The port that this service exposes.
protocol microsoft.graph.security.containerPortProtocol The protocol name. The possible values are: udp, tcp, sctp, unknownFutureValue.
targetPort String The name or number of the port to access on the pods targeted by the service. The port number must be in the range 1 to 65535. The name must be an IANA_SVC_NAME.

containerPortProtocol values

Member Description
udp User Datagram Protocol.
tcp Transmission Control Protocol.
sctp Stream Control Transmission Protocol.
unknownFutureValue Evolvable enumeration sentinel value. Do not use.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
    "@odata.type": "#microsoft.graph.security.kubernetesServicePort",
    "appProtocol": "String",
    "name": "String",
    "nodePort": "Int32",
    "port": "Int32",
    "protocol": "String",
    "targetPort": "String"
}