Get Dual Authorization operation by Id

get/data-services/v1beta1/dual-auth-operations/{id}

Returns the Dual Authorization operation for the given Id. The operation must belong to the current account and be a resource type the user has read permission for. The user must also have permission to read pending operations.

Securitybearer
Request
path Parameters
id
required
string <uuid>

the ID of the operation

Example: c1a0eb78-41a0-4151-93b2-f057ffeca3f3
Responses
200

Dual Authorization details on an operation

400

Bad/Malformed request

401

Unauthenticated request

403

Unauthorized request

404

The filter attribute's value does not exist

422

Unprocessable input request

500

Internal server error

503

Service unavailable

Request samples
Response samples
application/json
{
  • "createdAt": "2019-08-24T14:15:22Z",
  • "customerId": "string",
  • "generation": 0,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "resourceUri": "string",
  • "type": "string",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "checkedAt": "2019-08-24T14:15:22Z",
  • "checkedByEmail": "string",
  • "checkedByUri": "string",
  • "consoleUri": "string",
  • "description": "string",
  • "groups": [
    ],
  • "operationResource": {
    },
  • "requestedAt": "2019-08-24T14:15:22Z",
  • "requestedByEmail": "string",
  • "requestedByUri": "string",
  • "requestedOperation": "string",
  • "sourceServiceExternalName": "string",
  • "state": "string"
}