GitLabGroupProperties interface

GitLab Group properties.

Properties

fullyQualifiedFriendlyName

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

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

fullyQualifiedName

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

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

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.

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.

url

Gets or sets the url of the GitLab Group.

Property Details

fullyQualifiedFriendlyName

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

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

fullyQualifiedFriendlyName?: string

Property Value

string

fullyQualifiedName

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

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

fullyQualifiedName?: string

Property Value

string

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

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

url

Gets or sets the url of the GitLab Group.

url?: string

Property Value

string