getauthenticationpushserviceResult Structure Definition

The getauthenticationpushserviceResult structure defines the return type for getauthenticationpushservice 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.

authenticationpushserviceList

List of authenticationpushservices


authenticationpushservice Structure Definition

The authenticationpushservice structure defines the actual return type values for getauthenticationpushservice API.

Syntax



Members

name

Name of the push service entity.

namespacE

This is fully qualified domain name of the notification service in the cloud. If omitted, namespace defaults to https://mfa.cloud.com/

hubname

Name of the hub within a namespace. This is used to classify different identities within a namespace.

servicekey

Key to be used to compute signature necessary for registering to notification service.

servicekeyname

Friendly name of the Key to be used to compute signature necessary for registering to notification service.

clientid

Unique identity for communicating with Citrix Push server in cloud.

clientsecret

Unique secret for communicating with Citrix Push server in cloud.

customerid

Customer id/name of the account in cloud that is used to create clientid/secret pair.

certendpoint

URL of the endpoint that contains JWKs (Json Web Key) for JWT (Json Web Token) verification. This is used at cloud instance that offers push service.

refreshinterval

Interval at which certificates or idtoken is refreshed.

pushservicestatus

Describes status of push service.

trustservice

URL of the service that generates tokens for cloud access.

pushcloudserverstatus

Describes status of the cloud service that does push.

signingkeyname

Friendly name of the Key to be used to compute signature necessary for accessing notification service.

signingkey

Key to be used to compute signature necessary for accessing notification service.

_nextgenapiresource


See Also