GitLabProjectProperties Class

GitLab Project properties.

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

Constructor

GitLabProjectProperties(*, 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".

fully_qualified_name
str

Gets or sets the fully-qualified name of the project object.

This contains the entire hierarchy where entities are separated by the '$' character.

fully_qualified_friendly_name
str

Gets or sets the human readable fully-qualified name of the Project object.

This contains the entire namespace hierarchy as seen on GitLab UI where entities are separated by the '/' character.

fully_qualified_parent_group_name
str

Gets or sets the fully-qualified name of the project's parent group object.

This contains the entire hierarchy where namespaces are separated by the '$' character.

url
str

Gets or sets the url of the GitLab Project.

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".