| getauthenticationazurekeyvaultResult Structure Definition |
The getauthenticationazurekeyvaultResult structure defines the return type for getauthenticationazurekeyvault 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. |
authenticationazurekeyvaultList |
List of authenticationazurekeyvaults |
| authenticationazurekeyvault Structure Definition |
The authenticationazurekeyvault structure defines the actual return type values for getauthenticationazurekeyvault API. |
Syntax |
Members |
name |
Name for the new Azure Key Vault profile. |
vaultname |
Name of the Azure vault account as configured in azure portal. |
clientid |
Unique identity of the relying party requesting for authentication. |
clientsecret |
Unique secret string to authorize relying party at authorization server. |
servicekeyname |
Friendly name of the Key to be used to compute signature. |
signaturealg |
Algorithm to be used to sign/verify transactions |
tokenendpoint |
URL endpoint on relying party to which the OAuth token is to be sent. |
pushservice |
Name of the service used to send push notifications |
defaultauthenticationgroup |
This is the group that is added to user sessions that match current IdP policy. It can be used in policies to identify relying party trust. |
refreshinterval |
Interval at which access token in obtained. |
tenantid |
TenantID of the application. This is usually specific to providers such as Microsoft and usually refers to the deployment identifier. |
authentication |
If authentication is disabled, otp checks are not performed after azure vault keys are obtained. This is useful to distinguish whether user has registered devices. |
_nextgenapiresource |
See Also |