GitHubRepositoryProperties interface

GitHub Repository properties.

Properties

onboardingState

Details about resource onboarding status across all connectors.

OnboardedByOtherConnector - this resource has already been onboarded to another connector. This is only applicable to top-level resources. Onboarded - this resource has already been onboarded by the specified connector. NotOnboarded - this resource has not been onboarded to any connector. NotApplicable - the onboarding state is not applicable to the current endpoint.

parentOwnerName

Gets or sets parent GitHub Owner name.

provisioningState

The provisioning state of the resource.

Pending - Provisioning pending. Failed - Provisioning failed. Succeeded - Successful provisioning. Canceled - Provisioning canceled. PendingDeletion - Deletion pending. DeletionSuccess - Deletion successful. DeletionFailure - Deletion failure.

provisioningStatusMessage

Gets the resource status message.

provisioningStatusUpdateTimeUtc

Gets the time when resource was last checked.

repoFullName

Gets or sets GitHub Full Name. Repository name, prefixed with Owner name. Eg: "my-org/new-repo-1".

repoId

Gets or sets GitHub Repository id.

This is a numeric id defined by Github. Eg: "123456".

repoName

Gets or sets GitHub Repository name. Eg: "new-repo-1".

repoUrl

Gets or sets GitHub Repository url.

Property Details

onboardingState

Details about resource onboarding status across all connectors.

OnboardedByOtherConnector - this resource has already been onboarded to another connector. This is only applicable to top-level resources. Onboarded - this resource has already been onboarded by the specified connector. NotOnboarded - this resource has not been onboarded to any connector. NotApplicable - the onboarding state is not applicable to the current endpoint.

onboardingState?: string

Property Value

string

parentOwnerName

Gets or sets parent GitHub Owner name.

parentOwnerName?: string

Property Value

string

provisioningState

The provisioning state of the resource.

Pending - Provisioning pending. Failed - Provisioning failed. Succeeded - Successful provisioning. Canceled - Provisioning canceled. PendingDeletion - Deletion pending. DeletionSuccess - Deletion successful. DeletionFailure - Deletion failure.

provisioningState?: string

Property Value

string

provisioningStatusMessage

Gets the resource status message.

provisioningStatusMessage?: string

Property Value

string

provisioningStatusUpdateTimeUtc

Gets the time when resource was last checked.

provisioningStatusUpdateTimeUtc?: Date

Property Value

Date

repoFullName

Gets or sets GitHub Full Name. Repository name, prefixed with Owner name. Eg: "my-org/new-repo-1".

repoFullName?: string

Property Value

string

repoId

Gets or sets GitHub Repository id.

This is a numeric id defined by Github. Eg: "123456".

repoId?: string

Property Value

string

repoName

Gets or sets GitHub Repository name. Eg: "new-repo-1".

repoName?: string

Property Value

string

repoUrl

Gets or sets GitHub Repository url.

repoUrl?: string

Property Value

string