Class GithubAccessTokenConfigurationSourceProviderSummary
Summary information for a configuration source provider of the type GITHUB_ACCESS_TOKEN.
This type corresponds to a configuration source provider in GitHub that is authenticated with a personal access token.
Inheritance
GithubAccessTokenConfigurationSourceProviderSummary
  Inherited Members
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class GithubAccessTokenConfigurationSourceProviderSummary : ConfigurationSourceProviderSummaryProperties
ApiEndpoint
Declaration
[JsonProperty(PropertyName = "apiEndpoint")]
public string ApiEndpoint { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The GitHub service endpoint. Example: https://github.com/ |