Show / Hide Table of Contents

Class BitbucketCloudUsernameAppPasswordConfigurationSourceProviderSummary

Summary information for a configuration source provider of the type BITBUCKET_CLOUD_USERNAME_APPPASSWORD. This type corresponds to a configuration source provider in Bitbucket cloud that is authenticated with a username and app password.

Inheritance
object
ConfigurationSourceProviderSummary
BitbucketCloudUsernameAppPasswordConfigurationSourceProviderSummary
Inherited Members
ConfigurationSourceProviderSummary.Id
ConfigurationSourceProviderSummary.CompartmentId
ConfigurationSourceProviderSummary.DisplayName
ConfigurationSourceProviderSummary.Description
ConfigurationSourceProviderSummary.TimeCreated
ConfigurationSourceProviderSummary.LifecycleState
ConfigurationSourceProviderSummary.PrivateServerConfigDetails
ConfigurationSourceProviderSummary.FreeformTags
ConfigurationSourceProviderSummary.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 BitbucketCloudUsernameAppPasswordConfigurationSourceProviderSummary : ConfigurationSourceProviderSummary

Properties

ApiEndpoint

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

The Bitbucket cloud service endpoint. Example: https://bitbucket.org/

In this article
Back to top