GitLabGroupPropertiesResponse

data class GitLabGroupPropertiesResponse(val fullyQualifiedFriendlyName: String, val fullyQualifiedName: String, val onboardingState: String? = null, val provisioningState: String? = null, val provisioningStatusMessage: String, val provisioningStatusUpdateTimeUtc: String, val url: String)

GitLab Group properties.

Constructors

Link copied to clipboard
constructor(fullyQualifiedFriendlyName: String, fullyQualifiedName: String, onboardingState: String? = null, provisioningState: String? = null, provisioningStatusMessage: String, provisioningStatusUpdateTimeUtc: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

Gets or sets the fully-qualified name of the Group object. This contains the entire namespace hierarchy where namespaces are separated by the '$' character.

Link copied to clipboard
val onboardingState: String? = null

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.

Link copied to clipboard

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.

Link copied to clipboard

Gets or sets resource status message.

Link copied to clipboard

Gets or sets time when resource was last checked.

Link copied to clipboard
val url: String

Gets or sets the url of the GitLab Group.