onPremisesPublishingProfile 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.

Various Azure services (for example, Microsoft Entra Connect Passthrough Authentication, Workday to Microsoft Entra users provisioning, and Application Proxy allow access to various on-premises resources from outside the corporate network.

On-premises agents (or connectors for Application Proxy) installed by an administrator can be configured to route requests to a particular published resource. Agent groups (or connector groups for Application Proxy) enable an administrator to assign specific agents to serve specific published on-premises resources. Administrators can also group multiple agents together, and then assign each published resource to an agent group. The entire set of entities of the same on-premises publishing type is represented by onPremisesPublishingProfile.

Methods

Method Return Type Description
Get onPremisesPublishingProfile onPremisesPublishingProfile Read the properties and relationships of an onPremisesPublishingProfile object.
Update onPremisesPublishingProfile None Update an onPremisesPublishingProfile object.

Properties

Property Type Description
hybridAgentUpdaterConfiguration hybridAgentUpdaterConfiguration Represents a hybridAgentUpdaterConfiguration object.
id String Represents a publishing type. Possible values are: applicationProxy, exchangeOnline, authentication, provisioning, adAdministration. Read-only.
isEnabled Boolean Represents if Microsoft Entra application proxy is enabled for the tenant.

Relationships

Relationship Type Description
agentGroups onPremisesAgentGroup collection List of existing onPremisesAgentGroup objects. Read-only. Nullable.
agents onPremisesAgent collection List of existing onPremisesAgent objects. Read-only. Nullable.
connectorGroups connectorGroup collection List of existing connectorGroup objects for applications published through Application Proxy. Read-only. Nullable.
connectors connector collection List of existing connector objects for applications published through Application Proxy. Read-only. Nullable.
publishedResources publishedResource collection List of existing publishedResource objects. Read-only. Nullable.

JSON representation

The following is a JSON representation of the resource.

{
  "hybridAgentUpdaterConfiguration": {"@odata.type": "microsoft.graph.hybridAgentUpdaterConfiguration"},
  "id": "String (identifier)"
}