RelyingPartyMetadata class

Retrieves metadata for a relying party.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("AppProxyPSProvider"), AMENDMENT]
class RelyingPartyMetadata
{
  string  Name;
  string  ID;
  boolean Published;
  boolean IWA;
  boolean NonClaimsAware;
  boolean Enabled;
};

Members

The RelyingPartyMetadata class has these types of members:

Properties

The RelyingPartyMetadata class has these properties.

Enabled

Data type: boolean

Access type: Read-only

Indicates whether the relying party is enabled. True if the relying party is enabled; otherwise, False.

ID

Data type: string

Access type: Read-only

Gets the ID of the relying party.

IWA

Data type: boolean

Access type: Read-only

This property is not supported starting with Windows Server 2016.

Windows Server 2012 R2: Indicates whether the relying party uses Integrated Windows Authentication (IWA). True if the relying party uses IWA; otherwise, False.

Name

Data type: string

Access type: Read-only

Gets the name of the relying party.

NonClaimsAware

Data type: boolean

Access type: Read-only

Indicates whether the relying party is non claims aware. True if the relying party is non claims aware; otherwise, False.

Windows Server 2012 R2: This property is not supported before Windows Server 2016.

Published

Data type: boolean

Access type: Read-only

Indicates whether the relying party is a published application. True if it is published; otherwise, False.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\WebApplicationProxy
MOF
AppProxyPSProvider.mof
DLL
AppProxyPSProvider.dll

See also

Application Proxy WMI Provider Reference