Describes Github connection.

interface GitHubConnectionModel {
    authorizationType?: string;
    createdBy?: IdentityRef;
    id?: string;
    isConnectionValid?: boolean;
    name?: string;
}

Properties

authorizationType?: string

Github connection authorization type (f. e. PAT, OAuth)

createdBy?: IdentityRef

Github connection created by

id?: string

Github connection id

isConnectionValid?: boolean

Whether current Github connection is valid or not

name?: string

Github connection name (should contain organization/user name)