The Repository object manages the link to a remote repository and the automated analysis of the repository.

The ID of the Repository.

id
string
required

The ID of the Repository.

name
string
required

The name of the Repository.

owner
string
required

The account owner of the Repository.

status
enum<string>
required

The current status of the Repository.

Available options:
pending,
failure,
active
failure_reason
string | null

Reason for failure, if the status is 'failure'.