Show / Hide Table of Contents

Class UpdateGithubAccessTokenConfigurationSourceProviderDetails

Update details 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
object
UpdateConfigurationSourceProviderDetails
UpdateGithubAccessTokenConfigurationSourceProviderDetails
Inherited Members
UpdateConfigurationSourceProviderDetails.DisplayName
UpdateConfigurationSourceProviderDetails.Description
UpdateConfigurationSourceProviderDetails.PrivateServerConfigDetails
UpdateConfigurationSourceProviderDetails.FreeformTags
UpdateConfigurationSourceProviderDetails.DefinedTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class UpdateGithubAccessTokenConfigurationSourceProviderDetails : UpdateConfigurationSourceProviderDetails

Properties

AccessToken

Declaration
[JsonProperty(PropertyName = "accessToken")]
public string AccessToken { get; set; }
Property Value
Type Description
string

The personal access token to be configured on the GitHub repository.

ApiEndpoint

Declaration
[JsonProperty(PropertyName = "apiEndpoint")]
public string ApiEndpoint { get; set; }
Property Value
Type Description
string

The GitHub service endpoint. Example: https://github.com/

In this article
Back to top