Attributes describing a GitHub account's CI Visibility opt-in status.

Hierarchy

  • CIAppGitHubAccountAttributes

Constructors

Properties

account?: string

The GitHub account (organization or user) name.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
enabled?: boolean

Whether CI Visibility is enabled at the account level.

host?: string

The GitHub host (github.com or a GitHub Enterprise Server (GHES) hostname) this account belongs to.

repoCount?: number

The number of repositories known for this account.

The repositories belonging to this account, with their individual opt-in status.

Generated using TypeDoc