getauthenticationadfsproxyprofileResult Structure Definition

The getauthenticationadfsproxyprofileResult structure defines the return type for getauthenticationadfsproxyprofile API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

authenticationadfsproxyprofileList

List of authenticationadfsproxyprofiles


authenticationadfsproxyprofile Structure Definition

The authenticationadfsproxyprofile structure defines the actual return type values for getauthenticationadfsproxyprofile API.

Syntax



Members

name

Name of the adfsproxyprofile.

username

This is the name of an account in directory that would be used to authenticate trust request from ADC acting as a proxy.

password

This is the password of an account in directory that would be used to authenticate trust request from ADC acting as a proxy.

serverurl

Fully qualified url of the adfs server.

certkeyname

SSL certificate of the proxy that is registered at adfs server for trust.

adfstruststatus

Describes status of ADFS trust.

_nextgenapiresource


See Also