BitbucketServerAccessTokenConfigurationSourceProvider¶
-
class
oci.resource_manager.models.
BitbucketServerAccessTokenConfigurationSourceProvider
(**kwargs)¶ Bases:
oci.resource_manager.models.configuration_source_provider.ConfigurationSourceProvider
The properties that define a configuration source provider of the type BITBUCKET_SERVER_ACCESS_TOKEN. This type corresponds to a configuration source provider in Bitbucket server that is authenticated with a personal access token.
Attributes
CONFIG_SOURCE_PROVIDER_TYPE_BITBUCKET_CLOUD_USERNAME_APPPASSWORD
str(object=’’) -> str CONFIG_SOURCE_PROVIDER_TYPE_BITBUCKET_SERVER_ACCESS_TOKEN
str(object=’’) -> str CONFIG_SOURCE_PROVIDER_TYPE_GITHUB_ACCESS_TOKEN
str(object=’’) -> str CONFIG_SOURCE_PROVIDER_TYPE_GITLAB_ACCESS_TOKEN
str(object=’’) -> str LIFECYCLE_STATE_ACTIVE
str(object=’’) -> str api_endpoint
Gets the api_endpoint of this BitbucketServerAccessTokenConfigurationSourceProvider. compartment_id
Gets the compartment_id of this ConfigurationSourceProvider. config_source_provider_type
[Required] Gets the config_source_provider_type of this ConfigurationSourceProvider. defined_tags
Gets the defined_tags of this ConfigurationSourceProvider. description
Gets the description of this ConfigurationSourceProvider. display_name
Gets the display_name of this ConfigurationSourceProvider. freeform_tags
Gets the freeform_tags of this ConfigurationSourceProvider. id
Gets the id of this ConfigurationSourceProvider. lifecycle_state
Gets the lifecycle_state of this ConfigurationSourceProvider. private_server_config_details
Gets the private_server_config_details of this ConfigurationSourceProvider. secret_id
Gets the secret_id of this ConfigurationSourceProvider. time_created
Gets the time_created of this ConfigurationSourceProvider. username
Gets the username of this ConfigurationSourceProvider. Methods
__init__
(**kwargs)Initializes a new BitbucketServerAccessTokenConfigurationSourceProvider object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
CONFIG_SOURCE_PROVIDER_TYPE_BITBUCKET_CLOUD_USERNAME_APPPASSWORD
= 'BITBUCKET_CLOUD_USERNAME_APPPASSWORD'¶
-
CONFIG_SOURCE_PROVIDER_TYPE_BITBUCKET_SERVER_ACCESS_TOKEN
= 'BITBUCKET_SERVER_ACCESS_TOKEN'¶
-
CONFIG_SOURCE_PROVIDER_TYPE_GITHUB_ACCESS_TOKEN
= 'GITHUB_ACCESS_TOKEN'¶
-
CONFIG_SOURCE_PROVIDER_TYPE_GITLAB_ACCESS_TOKEN
= 'GITLAB_ACCESS_TOKEN'¶
-
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶
-
__init__
(**kwargs)¶ Initializes a new BitbucketServerAccessTokenConfigurationSourceProvider object with values from keyword arguments. The default value of the
config_source_provider_type
attribute of this class isBITBUCKET_SERVER_ACCESS_TOKEN
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - id (str) – The value to assign to the id property of this BitbucketServerAccessTokenConfigurationSourceProvider.
- compartment_id (str) – The value to assign to the compartment_id property of this BitbucketServerAccessTokenConfigurationSourceProvider.
- display_name (str) – The value to assign to the display_name property of this BitbucketServerAccessTokenConfigurationSourceProvider.
- description (str) – The value to assign to the description property of this BitbucketServerAccessTokenConfigurationSourceProvider.
- time_created (datetime) – The value to assign to the time_created property of this BitbucketServerAccessTokenConfigurationSourceProvider.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this BitbucketServerAccessTokenConfigurationSourceProvider. Allowed values for this property are: “ACTIVE”
- config_source_provider_type (str) – The value to assign to the config_source_provider_type property of this BitbucketServerAccessTokenConfigurationSourceProvider. Allowed values for this property are: “BITBUCKET_CLOUD_USERNAME_APPPASSWORD”, “BITBUCKET_SERVER_ACCESS_TOKEN”, “GITLAB_ACCESS_TOKEN”, “GITHUB_ACCESS_TOKEN”
- private_server_config_details (oci.resource_manager.models.PrivateServerConfigDetails) – The value to assign to the private_server_config_details property of this BitbucketServerAccessTokenConfigurationSourceProvider.
- username (str) – The value to assign to the username property of this BitbucketServerAccessTokenConfigurationSourceProvider.
- secret_id (str) – The value to assign to the secret_id property of this BitbucketServerAccessTokenConfigurationSourceProvider.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this BitbucketServerAccessTokenConfigurationSourceProvider.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this BitbucketServerAccessTokenConfigurationSourceProvider.
- api_endpoint (str) – The value to assign to the api_endpoint property of this BitbucketServerAccessTokenConfigurationSourceProvider.
-
api_endpoint
¶ Gets the api_endpoint of this BitbucketServerAccessTokenConfigurationSourceProvider. The Bitbucket server service endpoint. Example: https://bitbucket.org/
Returns: The api_endpoint of this BitbucketServerAccessTokenConfigurationSourceProvider. Return type: str
-
compartment_id
¶ Gets the compartment_id of this ConfigurationSourceProvider. The OCID of the compartment where the configuration source provider is located.
Returns: The compartment_id of this ConfigurationSourceProvider. Return type: str
-
config_source_provider_type
¶ [Required] Gets the config_source_provider_type of this ConfigurationSourceProvider. The type of configuration source provider. The BITBUCKET_CLOUD_USERNAME_APPPASSWORD type corresponds to Bitbucket Cloud. The BITBUCKET_SERVER_ACCESS_TOKEN type corresponds to Bitbucket Server. The GITLAB_ACCESS_TOKEN type corresponds to GitLab. The GITHUB_ACCESS_TOKEN type corresponds to GitHub.
Allowed values for this property are: “BITBUCKET_CLOUD_USERNAME_APPPASSWORD”, “BITBUCKET_SERVER_ACCESS_TOKEN”, “GITLAB_ACCESS_TOKEN”, “GITHUB_ACCESS_TOKEN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The config_source_provider_type of this ConfigurationSourceProvider. Return type: str
Gets the defined_tags of this ConfigurationSourceProvider. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this ConfigurationSourceProvider. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this ConfigurationSourceProvider. Description of the configuration source provider.
Returns: The description of this ConfigurationSourceProvider. Return type: str
-
display_name
¶ Gets the display_name of this ConfigurationSourceProvider. Human-readable display name for the configuration source provider.
Returns: The display_name of this ConfigurationSourceProvider. Return type: str
Gets the freeform_tags of this ConfigurationSourceProvider. Free-form tags associated with this resource. Each tag is a key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}
Returns: The freeform_tags of this ConfigurationSourceProvider. Return type: dict(str, str)
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
id
¶ Gets the id of this ConfigurationSourceProvider. The OCID of the configuration source provider.
Returns: The id of this ConfigurationSourceProvider. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this ConfigurationSourceProvider. The current lifecycle state of the configuration source provider. For more information about configuration source provider lifecycle states in Resource Manager, see Key Concepts.
Allowed values for this property are: “ACTIVE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this ConfigurationSourceProvider. Return type: str
-
private_server_config_details
¶ Gets the private_server_config_details of this ConfigurationSourceProvider.
Returns: The private_server_config_details of this ConfigurationSourceProvider. Return type: oci.resource_manager.models.PrivateServerConfigDetails
-
secret_id
¶ Gets the secret_id of this ConfigurationSourceProvider. Secret ocid which is used to authorize the user.
Returns: The secret_id of this ConfigurationSourceProvider. Return type: str
-
time_created
¶ Gets the time_created of this ConfigurationSourceProvider. The date and time when the configuration source provider was created. Format is defined by RFC3339. Example: 2020-01-25T21:10:29.600Z
Returns: The time_created of this ConfigurationSourceProvider. Return type: datetime
-
username
¶ Gets the username of this ConfigurationSourceProvider. Username which is used to authorize the user.
Returns: The username of this ConfigurationSourceProvider. Return type: str
-