GitHubOwnerProperties Class

GitHub Owner properties.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

GitHubOwnerProperties(*, provisioning_state: str | _models.DevOpsProvisioningState | None = None, onboarding_state: str | _models.OnboardingState | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
provisioning_state

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. Known values are: "Succeeded", "Failed", "Canceled", "Pending", "PendingDeletion", "DeletionSuccess", and "DeletionFailure".

Default value: None
onboarding_state

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. Known values are: "NotApplicable", "OnboardedByOtherConnector", "Onboarded", and "NotOnboarded".

Default value: None

Variables

Name Description
provisioning_status_message
str

Gets or sets resource status message.

provisioning_status_update_time_utc

Gets or sets time when resource was last checked.

provisioning_state

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. Known values are: "Succeeded", "Failed", "Canceled", "Pending", "PendingDeletion", "DeletionSuccess", and "DeletionFailure".

owner_url
str

Gets or sets GitHub Owner url.

git_hub_internal_id
str

Gets or sets internal GitHub id.

onboarding_state

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. Known values are: "NotApplicable", "OnboardedByOtherConnector", "Onboarded", and "NotOnboarded".