_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
qualification_requests
The Qualification request. The response includes one QualificationRequest element for each Qualification request returned by the query. | STRUCT( "qualification_request_id" VARCHAR, "qualification_type_id" VARCHAR, "worker_id" VARCHAR, "test" VARCHAR, "answer" VARCHAR, "submit_time" TIMESTAMP_S )[] |
Show child fields- qualification_requests[]
Show child fields- qualification_requests[].answer
The Worker's answers for the Qualification type's test contained in a QuestionFormAnswers document, if the type has a test and the Worker has submitted answers. If the Worker does not provide any answers, Answer may be empty.
- qualification_requests[].qualification_request_id
The ID of the Qualification request, a unique identifier generated when the request was submitted.
- qualification_requests[].qualification_type_id
The ID of the Qualification type the Worker is requesting, as returned by the CreateQualificationType operation.
- qualification_requests[].submit_time
The date and time the Qualification request had a status of Submitted. This is either the time the Worker submitted answers for a Qualification test, or the time the Worker requested the Qualification if the Qualification type does not have a test.
- qualification_requests[].test
The contents of the Qualification test that was presented to the Worker, if the type has a test and the Worker has submitted answers. This value is identical to the QuestionForm associated with the Qualification type at the time the Worker requests the Qualification.
- qualification_requests[].worker_id
The ID of the Worker requesting the Qualification.
|