CreateOracleDbGcpIdentityConnectorDetails¶
-
class
oci.dbmulticloud.models.
CreateOracleDbGcpIdentityConnectorDetails
(**kwargs)¶ Bases:
object
Creates Oracle DB GCP Identity Connector resource.
Methods
__init__
(**kwargs)Initializes a new CreateOracleDbGcpIdentityConnectorDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateOracleDbGcpIdentityConnectorDetails. defined_tags
Gets the defined_tags of this CreateOracleDbGcpIdentityConnectorDetails. display_name
[Required] Gets the display_name of this CreateOracleDbGcpIdentityConnectorDetails. freeform_tags
Gets the freeform_tags of this CreateOracleDbGcpIdentityConnectorDetails. gcp_location
[Required] Gets the gcp_location of this CreateOracleDbGcpIdentityConnectorDetails. gcp_resource_service_agent_id
[Required] Gets the gcp_resource_service_agent_id of this CreateOracleDbGcpIdentityConnectorDetails. gcp_workload_identity_pool_id
[Required] Gets the gcp_workload_identity_pool_id of this CreateOracleDbGcpIdentityConnectorDetails. gcp_workload_identity_provider_id
[Required] Gets the gcp_workload_identity_provider_id of this CreateOracleDbGcpIdentityConnectorDetails. issuer_url
[Required] Gets the issuer_url of this CreateOracleDbGcpIdentityConnectorDetails. project_id
[Required] Gets the project_id of this CreateOracleDbGcpIdentityConnectorDetails. resource_id
[Required] Gets the resource_id of this CreateOracleDbGcpIdentityConnectorDetails. -
__init__
(**kwargs)¶ Initializes a new CreateOracleDbGcpIdentityConnectorDetails 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 CreateOracleDbGcpIdentityConnectorDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateOracleDbGcpIdentityConnectorDetails.
- issuer_url (str) – The value to assign to the issuer_url property of this CreateOracleDbGcpIdentityConnectorDetails.
- project_id (str) – The value to assign to the project_id property of this CreateOracleDbGcpIdentityConnectorDetails.
- resource_id (str) – The value to assign to the resource_id property of this CreateOracleDbGcpIdentityConnectorDetails.
- gcp_location (str) – The value to assign to the gcp_location property of this CreateOracleDbGcpIdentityConnectorDetails.
- gcp_workload_identity_pool_id (str) – The value to assign to the gcp_workload_identity_pool_id property of this CreateOracleDbGcpIdentityConnectorDetails.
- gcp_workload_identity_provider_id (str) – The value to assign to the gcp_workload_identity_provider_id property of this CreateOracleDbGcpIdentityConnectorDetails.
- gcp_resource_service_agent_id (str) – The value to assign to the gcp_resource_service_agent_id property of this CreateOracleDbGcpIdentityConnectorDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateOracleDbGcpIdentityConnectorDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateOracleDbGcpIdentityConnectorDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateOracleDbGcpIdentityConnectorDetails. The OCID of the compartment that contains the Oracle DB GCP Identity Connector resource.
Returns: The compartment_id of this CreateOracleDbGcpIdentityConnectorDetails. Return type: str
Gets the defined_tags of this CreateOracleDbGcpIdentityConnectorDetails. 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 CreateOracleDbGcpIdentityConnectorDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this CreateOracleDbGcpIdentityConnectorDetails. Oracle DB Google GCP Identity Connector resource name.
Returns: The display_name of this CreateOracleDbGcpIdentityConnectorDetails. Return type: str
Gets the freeform_tags of this CreateOracleDbGcpIdentityConnectorDetails. 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 CreateOracleDbGcpIdentityConnectorDetails. Return type: dict(str, str)
-
gcp_location
¶ [Required] Gets the gcp_location of this CreateOracleDbGcpIdentityConnectorDetails. GCP Location.
Returns: The gcp_location of this CreateOracleDbGcpIdentityConnectorDetails. Return type: str
-
gcp_resource_service_agent_id
¶ [Required] Gets the gcp_resource_service_agent_id of this CreateOracleDbGcpIdentityConnectorDetails. The ID of the GCP resource service agent.
Returns: The gcp_resource_service_agent_id of this CreateOracleDbGcpIdentityConnectorDetails. Return type: str
-
gcp_workload_identity_pool_id
¶ [Required] Gets the gcp_workload_identity_pool_id of this CreateOracleDbGcpIdentityConnectorDetails. The ID of the cloud GCP Workload Identity Pool.
Returns: The gcp_workload_identity_pool_id of this CreateOracleDbGcpIdentityConnectorDetails. Return type: str
-
gcp_workload_identity_provider_id
¶ [Required] Gets the gcp_workload_identity_provider_id of this CreateOracleDbGcpIdentityConnectorDetails. The ID of the GCP Workload Identity Provider.
Returns: The gcp_workload_identity_provider_id of this CreateOracleDbGcpIdentityConnectorDetails. Return type: str
-
issuer_url
¶ [Required] Gets the issuer_url of this CreateOracleDbGcpIdentityConnectorDetails. OIDC token issuer Url
Returns: The issuer_url of this CreateOracleDbGcpIdentityConnectorDetails. Return type: str
-
project_id
¶ [Required] Gets the project_id of this CreateOracleDbGcpIdentityConnectorDetails. Project id of the customer project.
Returns: The project_id of this CreateOracleDbGcpIdentityConnectorDetails. Return type: str
-