Share via


PolicyTokenResult type

The result of the completed token acquisition operation. Possible values are Succeeded and Failed.
KnownPolicyTokenResult can be used interchangeably with PolicyTokenResult, this enum contains the known values that the service supports.

Known values supported by the service

Succeeded: The token acquisition succeeded.
Failed: The token acquisition failed.

type PolicyTokenResult = string