UpdateOracleDbGcpIdentityConnectorDetails¶
- 
class oci.dbmulticloud.models.UpdateOracleDbGcpIdentityConnectorDetails(**kwargs)¶
- Bases: - object- This object is about to provide input params to create Oracle DB GCP Identity Connector resource. - Methods - __init__(**kwargs)- Initializes a new UpdateOracleDbGcpIdentityConnectorDetails object with values from keyword arguments. - Attributes - defined_tags- Gets the defined_tags of this UpdateOracleDbGcpIdentityConnectorDetails. - display_name- Gets the display_name of this UpdateOracleDbGcpIdentityConnectorDetails. - freeform_tags- Gets the freeform_tags of this UpdateOracleDbGcpIdentityConnectorDetails. - gcp_location- Gets the gcp_location of this UpdateOracleDbGcpIdentityConnectorDetails. - gcp_resource_service_agent_id- Gets the gcp_resource_service_agent_id of this UpdateOracleDbGcpIdentityConnectorDetails. - gcp_workload_identity_pool_id- Gets the gcp_workload_identity_pool_id of this UpdateOracleDbGcpIdentityConnectorDetails. - gcp_workload_identity_provider_id- Gets the gcp_workload_identity_provider_id of this UpdateOracleDbGcpIdentityConnectorDetails. - issuer_url- Gets the issuer_url of this UpdateOracleDbGcpIdentityConnectorDetails. - project_id- Gets the project_id of this UpdateOracleDbGcpIdentityConnectorDetails. - resource_id- Gets the resource_id of this UpdateOracleDbGcpIdentityConnectorDetails. - 
__init__(**kwargs)¶
- Initializes a new UpdateOracleDbGcpIdentityConnectorDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateOracleDbGcpIdentityConnectorDetails.
- issuer_url (str) – The value to assign to the issuer_url property of this UpdateOracleDbGcpIdentityConnectorDetails.
- project_id (str) – The value to assign to the project_id property of this UpdateOracleDbGcpIdentityConnectorDetails.
- resource_id (str) – The value to assign to the resource_id property of this UpdateOracleDbGcpIdentityConnectorDetails.
- gcp_location (str) – The value to assign to the gcp_location property of this UpdateOracleDbGcpIdentityConnectorDetails.
- gcp_workload_identity_pool_id (str) – The value to assign to the gcp_workload_identity_pool_id property of this UpdateOracleDbGcpIdentityConnectorDetails.
- gcp_workload_identity_provider_id (str) – The value to assign to the gcp_workload_identity_provider_id property of this UpdateOracleDbGcpIdentityConnectorDetails.
- gcp_resource_service_agent_id (str) – The value to assign to the gcp_resource_service_agent_id property of this UpdateOracleDbGcpIdentityConnectorDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateOracleDbGcpIdentityConnectorDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateOracleDbGcpIdentityConnectorDetails.
 
 - Gets the defined_tags of this UpdateOracleDbGcpIdentityConnectorDetails. 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 UpdateOracleDbGcpIdentityConnectorDetails. - Return type: - dict(str, dict(str, object)) 
 - 
display_name¶
- Gets the display_name of this UpdateOracleDbGcpIdentityConnectorDetails. Oracle DB Google GCP Identity Connector resource name. - Returns: - The display_name of this UpdateOracleDbGcpIdentityConnectorDetails. - Return type: - str 
 - Gets the freeform_tags of this UpdateOracleDbGcpIdentityConnectorDetails. Free-form tags for this resource. Each tag is a simple 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 UpdateOracleDbGcpIdentityConnectorDetails. - Return type: - dict(str, str) 
 - 
gcp_location¶
- Gets the gcp_location of this UpdateOracleDbGcpIdentityConnectorDetails. GCP Location. - Returns: - The gcp_location of this UpdateOracleDbGcpIdentityConnectorDetails. - Return type: - str 
 - 
gcp_resource_service_agent_id¶
- Gets the gcp_resource_service_agent_id of this UpdateOracleDbGcpIdentityConnectorDetails. The ID of the GCP resource service agent. - Returns: - The gcp_resource_service_agent_id of this UpdateOracleDbGcpIdentityConnectorDetails. - Return type: - str 
 - 
gcp_workload_identity_pool_id¶
- Gets the gcp_workload_identity_pool_id of this UpdateOracleDbGcpIdentityConnectorDetails. The ID of the cloud GCP Workload Identity Pool. - Returns: - The gcp_workload_identity_pool_id of this UpdateOracleDbGcpIdentityConnectorDetails. - Return type: - str 
 - 
gcp_workload_identity_provider_id¶
- Gets the gcp_workload_identity_provider_id of this UpdateOracleDbGcpIdentityConnectorDetails. The ID of the GCP Workload Identity Provider. - Returns: - The gcp_workload_identity_provider_id of this UpdateOracleDbGcpIdentityConnectorDetails. - Return type: - str 
 - 
issuer_url¶
- Gets the issuer_url of this UpdateOracleDbGcpIdentityConnectorDetails. OIDC token issuer Url - Returns: - The issuer_url of this UpdateOracleDbGcpIdentityConnectorDetails. - Return type: - str 
 - 
project_id¶
- Gets the project_id of this UpdateOracleDbGcpIdentityConnectorDetails. Project ID of the customer project. - Returns: - The project_id of this UpdateOracleDbGcpIdentityConnectorDetails. - Return type: - str 
 
-