ConfigurationSourceProviderSummary¶
-
class
oci.resource_manager.models.
ConfigurationSourceProviderSummary
(**kwargs)¶ Bases:
object
Summary information for a configuration source provider.
Methods
__init__
(**kwargs)Initializes a new ConfigurationSourceProviderSummary 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. Attributes
compartment_id
Gets the compartment_id of this ConfigurationSourceProviderSummary. config_source_provider_type
[Required] Gets the config_source_provider_type of this ConfigurationSourceProviderSummary. defined_tags
Gets the defined_tags of this ConfigurationSourceProviderSummary. description
Gets the description of this ConfigurationSourceProviderSummary. display_name
Gets the display_name of this ConfigurationSourceProviderSummary. freeform_tags
Gets the freeform_tags of this ConfigurationSourceProviderSummary. id
Gets the id of this ConfigurationSourceProviderSummary. lifecycle_state
Gets the lifecycle_state of this ConfigurationSourceProviderSummary. private_server_config_details
Gets the private_server_config_details of this ConfigurationSourceProviderSummary. time_created
Gets the time_created of this ConfigurationSourceProviderSummary. -
__init__
(**kwargs)¶ Initializes a new ConfigurationSourceProviderSummary object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
GitlabAccessTokenConfigurationSourceProviderSummary
BitbucketCloudUsernameAppPasswordConfigurationSourceProviderSummary
BitbucketServerAccessTokenConfigurationSourceProviderSummary
GithubAccessTokenConfigurationSourceProviderSummary
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 ConfigurationSourceProviderSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this ConfigurationSourceProviderSummary.
- display_name (str) – The value to assign to the display_name property of this ConfigurationSourceProviderSummary.
- description (str) – The value to assign to the description property of this ConfigurationSourceProviderSummary.
- time_created (datetime) – The value to assign to the time_created property of this ConfigurationSourceProviderSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this ConfigurationSourceProviderSummary.
- config_source_provider_type (str) – The value to assign to the config_source_provider_type property of this ConfigurationSourceProviderSummary.
- private_server_config_details (oci.resource_manager.models.PrivateServerConfigDetails) – The value to assign to the private_server_config_details property of this ConfigurationSourceProviderSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ConfigurationSourceProviderSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ConfigurationSourceProviderSummary.
-
compartment_id
¶ Gets the compartment_id of this ConfigurationSourceProviderSummary. The OCID of the compartment where the configuration source provider is located.
Returns: The compartment_id of this ConfigurationSourceProviderSummary. Return type: str
-
config_source_provider_type
¶ [Required] Gets the config_source_provider_type of this ConfigurationSourceProviderSummary. 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.
Returns: The config_source_provider_type of this ConfigurationSourceProviderSummary. Return type: str
Gets the defined_tags of this ConfigurationSourceProviderSummary. 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 ConfigurationSourceProviderSummary. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this ConfigurationSourceProviderSummary. General description of the configuration source provider.
Returns: The description of this ConfigurationSourceProviderSummary. Return type: str
-
display_name
¶ Gets the display_name of this ConfigurationSourceProviderSummary. Human-readable display name for the configuration source provider.
Returns: The display_name of this ConfigurationSourceProviderSummary. Return type: str
Gets the freeform_tags of this ConfigurationSourceProviderSummary. 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 ConfigurationSourceProviderSummary. 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 ConfigurationSourceProviderSummary. The OCID of the configuration source provider.
Returns: The id of this ConfigurationSourceProviderSummary. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this ConfigurationSourceProviderSummary. Current state of the specified configuration source provider. For more information about configuration source provider lifecycle states in Resource Manager, see Key Concepts.
Allowable values: - ACTIVE
Returns: The lifecycle_state of this ConfigurationSourceProviderSummary. Return type: str
-
private_server_config_details
¶ Gets the private_server_config_details of this ConfigurationSourceProviderSummary.
Returns: The private_server_config_details of this ConfigurationSourceProviderSummary. Return type: oci.resource_manager.models.PrivateServerConfigDetails
-
time_created
¶ Gets the time_created of this ConfigurationSourceProviderSummary. 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 ConfigurationSourceProviderSummary. Return type: datetime
-