swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector DedicatedHsmOperations API schemes: - https tags: - name: DedicatedHsmOperations paths: /providers/Microsoft.HardwareSecurityModules/operations: get: tags: - DedicatedHsmOperations operationId: microsoftAzureOperationsList description: Get a list of Dedicated HSM operations. parameters: - $ref: '#/parameters/ApiVersionParameter' responses: '200': description: OK schema: $ref: '#/definitions/DedicatedHsmOperationListResult' default: description: The error response describing why the operation failed. schema: $ref: '#/definitions/DedicatedHsmError' x-ms-examples: Get a list of Dedicated HSM operations: $ref: ./examples//DedicatedHsm_OperationsList.json x-ms-pageable: nextLinkName: null summary: Microsoft Azure Get Providers Microsoft Hardwaresecuritymodules Operations definitions: DedicatedHsmOperation: description: REST API operation type: object properties: name: description: The name of the Dedicated HSM Resource Provider Operation. type: string isDataAction: description: Gets or sets a value indicating whether it is a data plane action type: string readOnly: true display: properties: provider: description: The Resource Provider of the operation type: string resource: description: Resource on which the operation is performed. type: string operation: description: 'Operation type: Read, write, delete, etc.' type: string description: description: The object that represents the operation. type: string DedicatedHsmOperationListResult: description: Result of the request to list Dedicated HSM Provider operations. It contains a list of operations. properties: value: type: array items: $ref: '#/definitions/DedicatedHsmOperation' description: List of Dedicated HSM Resource Provider operations. DedicatedHsmError: properties: error: readOnly: true $ref: '#/definitions/Error' description: The error exception. Error: properties: code: type: string readOnly: true description: The error code. message: type: string readOnly: true description: The error message. innererror: x-ms-client-name: innerError readOnly: true $ref: '#/definitions/Error' description: The key vault server error. parameters: ApiVersionParameter: name: api-version in: query required: true type: string description: Client Api Version. x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'