Class CIAppGitHubAccountUpdateRequestAttributes

Attributes for updating a GitHub account's CI Visibility opt-in status. At least one of enabled or repository.enabled must be provided.

Hierarchy

  • CIAppGitHubAccountUpdateRequestAttributes

Constructors

Properties

account: string

The GitHub account (organization or user) name to update, identified by 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 to enable or disable CI Visibility at the account level.

host?: string

The GitHub host (github.com or a GHES hostname) the account belongs to. Required to disambiguate when the same account name exists on more than one host.

Repository-level opt-in change to apply, identified by name.

Generated using TypeDoc