Class GitlabAccessTokenConfigurationSourceProvider
The properties that define a configuration source provider of the type GITLAB_ACCESS_TOKEN.
This type corresponds to a configuration source provider in GitLab that is authenticated with a personal access token.
Inherited Members
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class GitlabAccessTokenConfigurationSourceProvider : ConfigurationSourceProviderProperties
ApiEndpoint
Declaration
[JsonProperty(PropertyName = "apiEndpoint")]
public string ApiEndpoint { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The Git service endpoint. Example: https://gitlab.com |