GitHubConnectionModel interface

Describes Github connection.

Properties

authorizationType

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

createdBy

Github connection created by

id

Github connection id

isConnectionValid

Whether current Github connection is valid or not

name

Github connection name (should contain organization/user name)

Property Details

authorizationType

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

authorizationType: string

Property Value

string

createdBy

Github connection created by

createdBy: IdentityRef

Property Value

id

Github connection id

id: string

Property Value

string

isConnectionValid

Whether current Github connection is valid or not

isConnectionValid: boolean

Property Value

boolean

name

Github connection name (should contain organization/user name)

name: string

Property Value

string