GitHubRepositoryProperties interface
GitHub Repository properties.
Properties
onboarding |
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. |
parent |
Gets or sets parent GitHub Owner name. |
provisioning |
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. |
provisioning |
Gets or sets resource status message. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Gets or sets time when resource was last checked. NOTE: This property will not be serialized. It can only be populated by the server. |
repo |
Gets or sets GitHub Full Name. Repository name, prefixed with Owner name. Eg: "my-org/new-repo-1". NOTE: This property will not be serialized. It can only be populated by the server. |
repo |
Gets or sets GitHub Repository id. This is a numeric id defined by Github. Eg: "123456". NOTE: This property will not be serialized. It can only be populated by the server. |
repo |
Gets or sets GitHub Repository name. Eg: "new-repo-1". NOTE: This property will not be serialized. It can only be populated by the server. |
repo |
Gets or sets GitHub Repository url. NOTE: This property will not be serialized. It can only be populated by the server. |
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 or sets resource status message. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningStatusMessage?: string
Property Value
string
provisioningStatusUpdateTimeUtc
Gets or sets time when resource was last checked. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningStatusUpdateTimeUtc?: Date
Property Value
Date
repoFullName
Gets or sets GitHub Full Name. Repository name, prefixed with Owner name. Eg: "my-org/new-repo-1". NOTE: This property will not be serialized. It can only be populated by the server.
repoFullName?: string
Property Value
string
repoId
Gets or sets GitHub Repository id.
This is a numeric id defined by Github. Eg: "123456". NOTE: This property will not be serialized. It can only be populated by the server.
repoId?: string
Property Value
string
repoName
Gets or sets GitHub Repository name. Eg: "new-repo-1". NOTE: This property will not be serialized. It can only be populated by the server.
repoName?: string
Property Value
string
repoUrl
Gets or sets GitHub Repository url. NOTE: This property will not be serialized. It can only be populated by the server.
repoUrl?: string
Property Value
string
Azure SDK for JavaScript