UpdateOracleDbAwsIdentityConnectorDetails¶
-
class
oci.dbmulticloud.models.UpdateOracleDbAwsIdentityConnectorDetails(**kwargs)¶ Bases:
objectThis object is about to provide input params to create Oracle DB AWS Identity Connector Resource.
Methods
__init__(**kwargs)Initializes a new UpdateOracleDbAwsIdentityConnectorDetails object with values from keyword arguments. Attributes
aws_account_idGets the aws_account_id of this UpdateOracleDbAwsIdentityConnectorDetails. aws_locationGets the aws_location of this UpdateOracleDbAwsIdentityConnectorDetails. aws_sts_private_endpointGets the aws_sts_private_endpoint of this UpdateOracleDbAwsIdentityConnectorDetails. defined_tagsGets the defined_tags of this UpdateOracleDbAwsIdentityConnectorDetails. display_nameGets the display_name of this UpdateOracleDbAwsIdentityConnectorDetails. freeform_tagsGets the freeform_tags of this UpdateOracleDbAwsIdentityConnectorDetails. issuer_urlGets the issuer_url of this UpdateOracleDbAwsIdentityConnectorDetails. oidc_scopeGets the oidc_scope of this UpdateOracleDbAwsIdentityConnectorDetails. resource_idGets the resource_id of this UpdateOracleDbAwsIdentityConnectorDetails. service_role_detailsGets the service_role_details of this UpdateOracleDbAwsIdentityConnectorDetails. -
__init__(**kwargs)¶ Initializes a new UpdateOracleDbAwsIdentityConnectorDetails 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 UpdateOracleDbAwsIdentityConnectorDetails.
- resource_id (str) – The value to assign to the resource_id property of this UpdateOracleDbAwsIdentityConnectorDetails.
- oidc_scope (str) – The value to assign to the oidc_scope property of this UpdateOracleDbAwsIdentityConnectorDetails.
- issuer_url (str) – The value to assign to the issuer_url property of this UpdateOracleDbAwsIdentityConnectorDetails.
- service_role_details (list[oci.dbmulticloud.models.ServiceRoleDetail]) – The value to assign to the service_role_details property of this UpdateOracleDbAwsIdentityConnectorDetails.
- aws_location (str) – The value to assign to the aws_location property of this UpdateOracleDbAwsIdentityConnectorDetails.
- aws_sts_private_endpoint (str) – The value to assign to the aws_sts_private_endpoint property of this UpdateOracleDbAwsIdentityConnectorDetails.
- aws_account_id (str) – The value to assign to the aws_account_id property of this UpdateOracleDbAwsIdentityConnectorDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateOracleDbAwsIdentityConnectorDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateOracleDbAwsIdentityConnectorDetails.
-
aws_account_id¶ Gets the aws_account_id of this UpdateOracleDbAwsIdentityConnectorDetails. AWS Account ID.
Returns: The aws_account_id of this UpdateOracleDbAwsIdentityConnectorDetails. Return type: str
-
aws_location¶ Gets the aws_location of this UpdateOracleDbAwsIdentityConnectorDetails. AWS resource Location.
Returns: The aws_location of this UpdateOracleDbAwsIdentityConnectorDetails. Return type: str
-
aws_sts_private_endpoint¶ Gets the aws_sts_private_endpoint of this UpdateOracleDbAwsIdentityConnectorDetails. Private endpoint of AWS Security Token Service.
Returns: The aws_sts_private_endpoint of this UpdateOracleDbAwsIdentityConnectorDetails. Return type: str
Gets the defined_tags of this UpdateOracleDbAwsIdentityConnectorDetails. 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 UpdateOracleDbAwsIdentityConnectorDetails. Return type: dict(str, dict(str, object))
-
display_name¶ Gets the display_name of this UpdateOracleDbAwsIdentityConnectorDetails. Oracle DB Google AWS Identity Connector resource name.
Returns: The display_name of this UpdateOracleDbAwsIdentityConnectorDetails. Return type: str
Gets the freeform_tags of this UpdateOracleDbAwsIdentityConnectorDetails. 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 UpdateOracleDbAwsIdentityConnectorDetails. Return type: dict(str, str)
-
issuer_url¶ Gets the issuer_url of this UpdateOracleDbAwsIdentityConnectorDetails. OIDC token issuer Url.
Returns: The issuer_url of this UpdateOracleDbAwsIdentityConnectorDetails. Return type: str
-
oidc_scope¶ Gets the oidc_scope of this UpdateOracleDbAwsIdentityConnectorDetails. IAM Domain scope for issuer URL.
Returns: The oidc_scope of this UpdateOracleDbAwsIdentityConnectorDetails. Return type: str
-
resource_id¶ Gets the resource_id of this UpdateOracleDbAwsIdentityConnectorDetails. The OCID of the AWS VM Cluster resource.
Returns: The resource_id of this UpdateOracleDbAwsIdentityConnectorDetails. Return type: str
-
service_role_details¶ Gets the service_role_details of this UpdateOracleDbAwsIdentityConnectorDetails. Service role details and respective Amazon resource nam of Role.
Returns: The service_role_details of this UpdateOracleDbAwsIdentityConnectorDetails. Return type: list[oci.dbmulticloud.models.ServiceRoleDetail]
-