GitHubConnectionModel interface
Describes Github connection.
Properties
authorization |
Github connection authorization type (f. e. PAT, OAuth) |
created |
Github connection created by |
id | Github connection id |
is |
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
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