Class KeyListResult
java.lang.Object
it.pagopa.swclient.mil.azureservices.keyvault.keys.bean.KeyListResult
The key list result.
- Author:
- Antonio Tarricone
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
nextLink
The URL to get the next set of keys.
-
value
A response message containing a list of keys in the key vault along with a link to the next page of keys.
-
-
Constructor Details
-
KeyListResult
public KeyListResult()Default constructor.
-