QnAMakerEndpointKeysResponse interface
Schema for EndpointKeys generate/refresh operations.
Properties
installed |
Current version of runtime. |
last |
Latest version of runtime. |
primary |
Primary Access Key. |
secondary |
Secondary Access Key. |
Property Details
installedVersion
Current version of runtime.
installedVersion?: string
Property Value
string
lastStableVersion
Latest version of runtime.
lastStableVersion?: string
Property Value
string
primaryEndpointKey
Primary Access Key.
primaryEndpointKey?: string
Property Value
string
secondaryEndpointKey
Secondary Access Key.
secondaryEndpointKey?: string
Property Value
string