AppProxyGlobalConfiguration class

Manages the global server configuration for Web Application Proxy.

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 AppProxyGlobalConfiguration
{
  string ADFSUrl;
  string ADFSSignOutUrl;
  string ADFSTokenSigningCertificatePublicKey;
  string ADFSWebApplicationProxyRelyingPartyUri;
  string ConnectedServersName[];
  string OAuthAuthenticationURL;
  uint32 ConfigurationChangesPollingIntervalSec;
  uint32 ADFSTokenAcceptanceDurationSec;
  string ConfigurationVersion;
  uint32 UserIdleTimeoutSec;
  string UserIdleTimeoutAction;
};

Members

The AppProxyGlobalConfiguration class has these types of members:

Properties

The AppProxyGlobalConfiguration class has these properties.

ADFSSignOutUrl

Data type: string

Access type: Read-only

Gets the AD FS signout url.

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

ADFSTokenAcceptanceDurationSec

Data type: uint32

Access type: Read-only

Gets the ADFS token acceptance duration, in seconds.

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

ADFSTokenSigningCertificatePublicKey

Data type: string

Access type: Read-only

Gets the thumbprint of the certificate that is used to authenticate connections to the AD FS server that performs authentication for the proxy service.

ADFSUrl

Data type: string

Access type: Read-only

Gets the URL of the Active Directory Federation Services (AD FS) server that performs authentication for Web Application Proxy.

ADFSWebApplicationProxyRelyingPartyUri

Data type: string

Access type: Read-only

Gets the URI that contains the relying party trust settings for Web Application Proxy.

ConfigurationChangesPollingIntervalSec

Data type: uint32

Access type: Read-only

Gets the interval, in seconds, in which the Web Application Proxy servers query the AD FS server for changes to the configuration data.

ConfigurationVersion

Data type: string

Access type: Read-only

Gets the configuration version.

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

ConnectedServersName

Data type: string array

Access type: Read-only

Gets and sets an array that contains the names of the proxy servers that are configured with Web Application Proxy.

OAuthAuthenticationURL

Data type: string

Access type: Read-only

Gets the URL of the AD FS server that performs OAuth authentication for the Web Application Proxy.

UserIdleTimeoutAction

Data type: string

Access type: Read-only

Gets the user idle timeout action.

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

Signout ("Signout")

Reauthenticate ("Reauthenticate")

UserIdleTimeoutSec

Data type: uint32

Access type: Read-only

Gets the user idle timeout, in seconds.

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

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