Identity Types

DBMS_CLOUD_OCI_ID_IDENTITY_ACTIVATE_DOMAIN_RESPONSE_T Type

Contains the response body, headers and the status code of the activate_domain request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_activate_domain_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_ACTIVATE_MFA_TOTP_DEVICE_RESPONSE_T Type

Contains the response body, headers and the status code of the activate_mfa_totp_device request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_activate_mfa_totp_device_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_mfa_totp_device_summary_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of activate_mfa_totp_device

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_ADD_TAG_DEFAULT_LOCK_RESPONSE_T Type

Contains the response body, headers and the status code of the add_tag_default_lock request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_add_tag_default_lock_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tag_default_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of add_tag_default_lock

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_ADD_TAG_NAMESPACE_LOCK_RESPONSE_T Type

Contains the response body, headers and the status code of the add_tag_namespace_lock request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_add_tag_namespace_lock_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tag_namespace_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of add_tag_namespace_lock

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_ADD_USER_TO_GROUP_RESPONSE_T Type

Contains the response body, headers and the status code of the add_user_to_group request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_add_user_to_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_user_group_membership_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of add_user_to_group

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_TAG_DEFAULT_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_identity_tag_default_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_tag_default_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_tag_default_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_ASSEMBLE_EFFECTIVE_TAG_SET_RESPONSE_T Type

Contains the response body, headers and the status code of the assemble_effective_tag_set request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_assemble_effective_tag_set_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tag_default_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of assemble_effective_tag_set

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_BULK_DELETE_RESOURCES_RESPONSE_T Type

Contains the response body, headers and the status code of the bulk_delete_resources request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_bulk_delete_resources_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_BULK_DELETE_TAGS_RESPONSE_T Type

Contains the response body, headers and the status code of the bulk_delete_tags request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_bulk_delete_tags_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_BULK_EDIT_TAGS_RESPONSE_T Type

Contains the response body, headers and the status code of the bulk_edit_tags request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_bulk_edit_tags_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_BULK_MOVE_RESOURCES_RESPONSE_T Type

Contains the response body, headers and the status code of the bulk_move_resources request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_bulk_move_resources_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CASCADE_DELETE_TAG_NAMESPACE_RESPONSE_T Type

Contains the response body, headers and the status code of the cascade_delete_tag_namespace request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_cascade_delete_tag_namespace_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CHANGE_DOMAIN_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_domain_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_change_domain_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CHANGE_DOMAIN_LICENSE_TYPE_RESPONSE_T Type

Contains the response body, headers and the status code of the change_domain_license_type request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_change_domain_license_type_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CHANGE_TAG_NAMESPACE_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_tag_namespace_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_change_tag_namespace_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CREATE_AUTH_TOKEN_RESPONSE_T Type

Contains the response body, headers and the status code of the create_auth_token request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_create_auth_token_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_auth_token_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_auth_token

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CREATE_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the create_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_create_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_compartment_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_compartment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CREATE_CUSTOMER_SECRET_KEY_RESPONSE_T Type

Contains the response body, headers and the status code of the create_customer_secret_key request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_create_customer_secret_key_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_customer_secret_key_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_customer_secret_key

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CREATE_DB_CREDENTIAL_RESPONSE_T Type

Contains the response body, headers and the status code of the create_db_credential request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_create_db_credential_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_db_credential_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_db_credential

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CREATE_DOMAIN_RESPONSE_T Type

Contains the response body, headers and the status code of the create_domain request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_create_domain_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CREATE_DYNAMIC_GROUP_RESPONSE_T Type

Contains the response body, headers and the status code of the create_dynamic_group request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_create_dynamic_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_dynamic_group_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_dynamic_group

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CREATE_GROUP_RESPONSE_T Type

Contains the response body, headers and the status code of the create_group request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_create_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_group_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_group

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CREATE_IDENTITY_PROVIDER_RESPONSE_T Type

Contains the response body, headers and the status code of the create_identity_provider request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_create_identity_provider_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_identity_provider_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_identity_provider

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CREATE_IDP_GROUP_MAPPING_RESPONSE_T Type

Contains the response body, headers and the status code of the create_idp_group_mapping request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_create_idp_group_mapping_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_idp_group_mapping_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_idp_group_mapping

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CREATE_MFA_TOTP_DEVICE_RESPONSE_T Type

Contains the response body, headers and the status code of the create_mfa_totp_device request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_create_mfa_totp_device_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_mfa_totp_device_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_mfa_totp_device

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CREATE_NETWORK_SOURCE_RESPONSE_T Type

Contains the response body, headers and the status code of the create_network_source request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_create_network_source_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_network_sources_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_network_source

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CREATE_O_AUTH_CLIENT_CREDENTIAL_RESPONSE_T Type

Contains the response body, headers and the status code of the create_o_auth_client_credential request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_create_o_auth_client_credential_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_o_auth2_client_credential_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_o_auth_client_credential

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CREATE_OR_RESET_UI_PASSWORD_RESPONSE_T Type

Contains the response body, headers and the status code of the create_or_reset_ui_password request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_create_or_reset_ui_password_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_ui_password_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_or_reset_ui_password

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CREATE_POLICY_RESPONSE_T Type

Contains the response body, headers and the status code of the create_policy request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_create_policy_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_policy_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_policy

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CREATE_REGION_SUBSCRIPTION_RESPONSE_T Type

Contains the response body, headers and the status code of the create_region_subscription request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_create_region_subscription_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_region_subscription_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_region_subscription

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CREATE_SMTP_CREDENTIAL_RESPONSE_T Type

Contains the response body, headers and the status code of the create_smtp_credential request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_create_smtp_credential_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_smtp_credential_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_smtp_credential

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CREATE_SWIFT_PASSWORD_RESPONSE_T Type

Contains the response body, headers and the status code of the create_swift_password request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_create_swift_password_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_swift_password_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_swift_password

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CREATE_TAG_RESPONSE_T Type

Contains the response body, headers and the status code of the create_tag request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_create_tag_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tag_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_tag

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CREATE_TAG_DEFAULT_RESPONSE_T Type

Contains the response body, headers and the status code of the create_tag_default request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_create_tag_default_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tag_default_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_tag_default

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CREATE_TAG_NAMESPACE_RESPONSE_T Type

Contains the response body, headers and the status code of the create_tag_namespace request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_create_tag_namespace_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tag_namespace_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_tag_namespace

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_CREATE_USER_RESPONSE_T Type

Contains the response body, headers and the status code of the create_user request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_create_user_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_user_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_user

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_DEACTIVATE_DOMAIN_RESPONSE_T Type

Contains the response body, headers and the status code of the deactivate_domain request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_deactivate_domain_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_DELETE_API_KEY_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_api_key request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_delete_api_key_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_DELETE_AUTH_TOKEN_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_auth_token request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_delete_auth_token_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_DELETE_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_delete_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_DELETE_CUSTOMER_SECRET_KEY_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_customer_secret_key request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_delete_customer_secret_key_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_DELETE_DB_CREDENTIAL_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_db_credential request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_delete_db_credential_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_DELETE_DOMAIN_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_domain request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_delete_domain_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_DELETE_DYNAMIC_GROUP_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_dynamic_group request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_delete_dynamic_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_DELETE_GROUP_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_group request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_delete_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_DELETE_IDENTITY_PROVIDER_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_identity_provider request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_delete_identity_provider_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_DELETE_IDP_GROUP_MAPPING_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_idp_group_mapping request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_delete_idp_group_mapping_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_DELETE_MFA_TOTP_DEVICE_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_mfa_totp_device request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_delete_mfa_totp_device_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_DELETE_NETWORK_SOURCE_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_network_source request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_delete_network_source_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_DELETE_O_AUTH_CLIENT_CREDENTIAL_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_o_auth_client_credential request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_delete_o_auth_client_credential_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_DELETE_POLICY_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_policy request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_delete_policy_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_DELETE_SMTP_CREDENTIAL_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_smtp_credential request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_delete_smtp_credential_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_DELETE_SWIFT_PASSWORD_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_swift_password request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_delete_swift_password_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_DELETE_TAG_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_tag request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_delete_tag_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_DELETE_TAG_DEFAULT_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_tag_default request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_delete_tag_default_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_DELETE_TAG_NAMESPACE_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_tag_namespace request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_delete_tag_namespace_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_DELETE_USER_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_user request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_delete_user_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_ENABLE_REPLICATION_TO_REGION_RESPONSE_T Type

Contains the response body, headers and the status code of the enable_replication_to_region request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_enable_replication_to_region_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_GENERATE_TOTP_SEED_RESPONSE_T Type

Contains the response body, headers and the status code of the generate_totp_seed request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_generate_totp_seed_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_mfa_totp_device_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of generate_totp_seed

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_GET_AUTHENTICATION_POLICY_RESPONSE_T Type

Contains the response body, headers and the status code of the get_authentication_policy request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_get_authentication_policy_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_authentication_policy_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_authentication_policy

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_GET_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the get_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_get_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_compartment_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_compartment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_GET_DOMAIN_RESPONSE_T Type

Contains the response body, headers and the status code of the get_domain request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_get_domain_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_domain_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_domain

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_GET_DYNAMIC_GROUP_RESPONSE_T Type

Contains the response body, headers and the status code of the get_dynamic_group request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_get_dynamic_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_dynamic_group_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_dynamic_group

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_GET_GROUP_RESPONSE_T Type

Contains the response body, headers and the status code of the get_group request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_get_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_group_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_group

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_GET_IAM_WORK_REQUEST_RESPONSE_T Type

Contains the response body, headers and the status code of the get_iam_work_request request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_get_iam_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_iam_work_request_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_iam_work_request

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_GET_IDENTITY_PROVIDER_RESPONSE_T Type

Contains the response body, headers and the status code of the get_identity_provider request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_get_identity_provider_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_identity_provider_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_identity_provider

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_GET_IDP_GROUP_MAPPING_RESPONSE_T Type

Contains the response body, headers and the status code of the get_idp_group_mapping request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_get_idp_group_mapping_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_idp_group_mapping_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_idp_group_mapping

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_GET_MFA_TOTP_DEVICE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_mfa_totp_device request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_get_mfa_totp_device_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_mfa_totp_device_summary_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_mfa_totp_device

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_GET_NETWORK_SOURCE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_network_source request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_get_network_source_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_network_sources_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_network_source

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_GET_POLICY_RESPONSE_T Type

Contains the response body, headers and the status code of the get_policy request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_get_policy_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_policy_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_policy

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_GET_STANDARD_TAG_TEMPLATE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_standard_tag_template request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_get_standard_tag_template_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_standard_tag_namespace_template_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_standard_tag_template

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_GET_TAG_RESPONSE_T Type

Contains the response body, headers and the status code of the get_tag request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_get_tag_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tag_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_tag

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_GET_TAG_DEFAULT_RESPONSE_T Type

Contains the response body, headers and the status code of the get_tag_default request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_get_tag_default_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tag_default_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_tag_default

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_GET_TAG_NAMESPACE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_tag_namespace request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_get_tag_namespace_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tag_namespace_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_tag_namespace

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_GET_TAGGING_WORK_REQUEST_RESPONSE_T Type

Contains the response body, headers and the status code of the get_tagging_work_request request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_get_tagging_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tagging_work_request_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_tagging_work_request

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_GET_TENANCY_RESPONSE_T Type

Contains the response body, headers and the status code of the get_tenancy request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_get_tenancy_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tenancy_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_tenancy

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_GET_USER_RESPONSE_T Type

Contains the response body, headers and the status code of the get_user request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_get_user_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_user_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_user

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_GET_USER_GROUP_MEMBERSHIP_RESPONSE_T Type

Contains the response body, headers and the status code of the get_user_group_membership request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_get_user_group_membership_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_user_group_membership_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_user_group_membership

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_GET_USER_UI_PASSWORD_INFORMATION_RESPONSE_T Type

Contains the response body, headers and the status code of the get_user_ui_password_information request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_get_user_ui_password_information_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_ui_password_information_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_user_ui_password_information

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_GET_WORK_REQUEST_RESPONSE_T Type

Contains the response body, headers and the status code of the get_work_request request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_work_request_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_work_request

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_IMPORT_STANDARD_TAGS_RESPONSE_T Type

Contains the response body, headers and the status code of the import_standard_tags request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_import_standard_tags_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_ALLOWED_DOMAIN_LICENSE_TYPE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_identity_allowed_domain_license_type_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_allowed_domain_license_type_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_allowed_domain_license_type_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_ALLOWED_DOMAIN_LICENSE_TYPES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_allowed_domain_license_types request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_allowed_domain_license_types_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_allowed_domain_license_type_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_allowed_domain_license_types

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_API_KEY_TBL Type

Nested table type of dbms_cloud_oci_identity_api_key_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_api_key_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_api_key_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_API_KEYS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_api_keys request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_api_keys_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_api_key_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_api_keys

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_AUTH_TOKEN_TBL Type

Nested table type of dbms_cloud_oci_identity_auth_token_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_auth_token_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_auth_token_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_AUTH_TOKENS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_auth_tokens request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_auth_tokens_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_auth_token_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_auth_tokens

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_AVAILABILITY_DOMAIN_TBL Type

Nested table type of dbms_cloud_oci_identity_availability_domain_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_availability_domain_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_availability_domain_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_AVAILABILITY_DOMAINS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_availability_domains request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_availability_domains_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_availability_domain_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_availability_domains

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_BULK_ACTION_RESOURCE_TYPES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_bulk_action_resource_types request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_bulk_action_resource_types_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_bulk_action_resource_type_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_bulk_action_resource_types

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_BULK_EDIT_TAGS_RESOURCE_TYPES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_bulk_edit_tags_resource_types request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_bulk_edit_tags_resource_types_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_bulk_edit_tags_resource_type_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_bulk_edit_tags_resource_types

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_COMPARTMENT_TBL Type

Nested table type of dbms_cloud_oci_identity_compartment_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_compartment_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_compartment_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_COMPARTMENTS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_compartments request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_compartments_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_compartment_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_compartments

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_TAG_TBL Type

Nested table type of dbms_cloud_oci_identity_tag_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_tag_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_tag_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_COST_TRACKING_TAGS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_cost_tracking_tags request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_cost_tracking_tags_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tag_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_cost_tracking_tags

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_CUSTOMER_SECRET_KEY_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_identity_customer_secret_key_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_customer_secret_key_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_customer_secret_key_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_CUSTOMER_SECRET_KEYS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_customer_secret_keys request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_customer_secret_keys_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_customer_secret_key_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_customer_secret_keys

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_DB_CREDENTIAL_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_identity_db_credential_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_db_credential_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_db_credential_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_DB_CREDENTIALS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_db_credentials request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_db_credentials_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_db_credential_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_db_credentials

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_DOMAIN_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_identity_domain_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_domain_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_domain_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_DOMAINS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_domains request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_domains_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_domain_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_domains

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_DYNAMIC_GROUP_TBL Type

Nested table type of dbms_cloud_oci_identity_dynamic_group_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_dynamic_group_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_dynamic_group_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_DYNAMIC_GROUPS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_dynamic_groups request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_dynamic_groups_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_dynamic_group_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_dynamic_groups

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_FAULT_DOMAIN_TBL Type

Nested table type of dbms_cloud_oci_identity_fault_domain_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_fault_domain_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_fault_domain_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_FAULT_DOMAINS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_fault_domains request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_fault_domains_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_fault_domain_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_fault_domains

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_GROUP_TBL Type

Nested table type of dbms_cloud_oci_identity_group_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_group_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_group_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_GROUPS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_groups request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_groups_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_group_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_groups

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_IAM_WORK_REQUEST_ERROR_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_identity_iam_work_request_error_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_iam_work_request_error_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_iam_work_request_error_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_IAM_WORK_REQUEST_ERRORS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_iam_work_request_errors request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_iam_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_iam_work_request_error_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_iam_work_request_errors

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_IAM_WORK_REQUEST_LOG_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_identity_iam_work_request_log_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_iam_work_request_log_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_iam_work_request_log_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_IAM_WORK_REQUEST_LOGS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_iam_work_request_logs request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_iam_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_iam_work_request_log_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_iam_work_request_logs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_IAM_WORK_REQUEST_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_identity_iam_work_request_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_iam_work_request_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_iam_work_request_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_IAM_WORK_REQUESTS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_iam_work_requests request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_iam_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_iam_work_request_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_iam_work_requests

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_IDENTITY_PROVIDER_GROUP_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_identity_identity_provider_group_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_identity_provider_group_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_identity_provider_group_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_IDENTITY_PROVIDER_GROUPS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_identity_provider_groups request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_identity_provider_groups_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_identity_provider_group_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_identity_provider_groups

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_IDENTITY_PROVIDER_TBL Type

Nested table type of dbms_cloud_oci_identity_identity_provider_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_identity_provider_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_identity_provider_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_IDENTITY_PROVIDERS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_identity_providers request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_identity_providers_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_identity_provider_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_identity_providers

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_IDP_GROUP_MAPPING_TBL Type

Nested table type of dbms_cloud_oci_identity_idp_group_mapping_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_idp_group_mapping_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_idp_group_mapping_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_IDP_GROUP_MAPPINGS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_idp_group_mappings request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_idp_group_mappings_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_idp_group_mapping_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_idp_group_mappings

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_MFA_TOTP_DEVICE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_identity_mfa_totp_device_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_mfa_totp_device_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_mfa_totp_device_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_MFA_TOTP_DEVICES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_mfa_totp_devices request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_mfa_totp_devices_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_mfa_totp_device_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_mfa_totp_devices

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_NETWORK_SOURCES_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_identity_network_sources_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_network_sources_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_network_sources_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_NETWORK_SOURCES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_network_sources request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_network_sources_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_network_sources_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_network_sources

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_O_AUTH2_CLIENT_CREDENTIAL_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_identity_o_auth2_client_credential_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_o_auth2_client_credential_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_o_auth2_client_credential_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_O_AUTH_CLIENT_CREDENTIALS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_o_auth_client_credentials request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_o_auth_client_credentials_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_o_auth2_client_credential_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_o_auth_client_credentials

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_POLICY_TBL Type

Nested table type of dbms_cloud_oci_identity_policy_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_policy_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_policy_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_POLICIES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_policies request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_policies_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_policy_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_policies

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_REGION_SUBSCRIPTION_TBL Type

Nested table type of dbms_cloud_oci_identity_region_subscription_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_region_subscription_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_region_subscription_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_REGION_SUBSCRIPTIONS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_region_subscriptions request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_region_subscriptions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_region_subscription_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_region_subscriptions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_REGION_TBL Type

Nested table type of dbms_cloud_oci_identity_region_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_region_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_region_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_REGIONS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_regions request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_regions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_region_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_regions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_SMTP_CREDENTIAL_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_identity_smtp_credential_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_smtp_credential_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_smtp_credential_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_SMTP_CREDENTIALS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_smtp_credentials request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_smtp_credentials_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_smtp_credential_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_smtp_credentials

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_STANDARD_TAG_NAMESPACE_TEMPLATE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_identity_standard_tag_namespace_template_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_standard_tag_namespace_template_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_standard_tag_namespace_template_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_STANDARD_TAG_NAMESPACES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_standard_tag_namespaces request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_standard_tag_namespaces_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_standard_tag_namespace_template_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_standard_tag_namespaces

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_SWIFT_PASSWORD_TBL Type

Nested table type of dbms_cloud_oci_identity_swift_password_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_swift_password_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_swift_password_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_SWIFT_PASSWORDS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_swift_passwords request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_swift_passwords_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_swift_password_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_swift_passwords

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_TAG_DEFAULTS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_tag_defaults request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_tag_defaults_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tag_default_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_tag_defaults

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_TAG_NAMESPACE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_identity_tag_namespace_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_tag_namespace_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_tag_namespace_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_TAG_NAMESPACES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_tag_namespaces request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_tag_namespaces_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tag_namespace_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_tag_namespaces

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_TAGGING_WORK_REQUEST_ERROR_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_identity_tagging_work_request_error_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_tagging_work_request_error_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_tagging_work_request_error_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_TAGGING_WORK_REQUEST_ERRORS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_tagging_work_request_errors request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_tagging_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tagging_work_request_error_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_tagging_work_request_errors

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_TAGGING_WORK_REQUEST_LOG_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_identity_tagging_work_request_log_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_tagging_work_request_log_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_tagging_work_request_log_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_TAGGING_WORK_REQUEST_LOGS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_tagging_work_request_logs request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_tagging_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tagging_work_request_log_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_tagging_work_request_logs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_TAGGING_WORK_REQUEST_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_identity_tagging_work_request_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_tagging_work_request_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_tagging_work_request_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_TAGGING_WORK_REQUESTS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_tagging_work_requests request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_tagging_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tagging_work_request_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_tagging_work_requests

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_TAG_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_identity_tag_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_tag_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_tag_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_TAGS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_tags request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_tags_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tag_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_tags

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_USER_GROUP_MEMBERSHIP_TBL Type

Nested table type of dbms_cloud_oci_identity_user_group_membership_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_user_group_membership_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_user_group_membership_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_USER_GROUP_MEMBERSHIPS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_user_group_memberships request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_user_group_memberships_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_user_group_membership_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_user_group_memberships

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_USER_TBL Type

Nested table type of dbms_cloud_oci_identity_user_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_user_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_user_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_USERS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_users request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_users_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_user_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_users

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_IDENTITY_WORK_REQUEST_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_identity_work_request_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_identity_work_request_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_identity_work_request_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_ID_IDENTITY_LIST_WORK_REQUESTS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_work_requests request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_work_request_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_work_requests

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_MOVE_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the move_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_move_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_RECOVER_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the recover_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_recover_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_compartment_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of recover_compartment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_REMOVE_TAG_DEFAULT_LOCK_RESPONSE_T Type

Contains the response body, headers and the status code of the remove_tag_default_lock request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_remove_tag_default_lock_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tag_default_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of remove_tag_default_lock

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_REMOVE_TAG_NAMESPACE_LOCK_RESPONSE_T Type

Contains the response body, headers and the status code of the remove_tag_namespace_lock request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_remove_tag_namespace_lock_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tag_namespace_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of remove_tag_namespace_lock

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_REMOVE_USER_FROM_GROUP_RESPONSE_T Type

Contains the response body, headers and the status code of the remove_user_from_group request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_remove_user_from_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_RESET_IDP_SCIM_CLIENT_RESPONSE_T Type

Contains the response body, headers and the status code of the reset_idp_scim_client request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_reset_idp_scim_client_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_scim_client_credentials_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of reset_idp_scim_client

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_UPDATE_AUTH_TOKEN_RESPONSE_T Type

Contains the response body, headers and the status code of the update_auth_token request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_update_auth_token_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_auth_token_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_auth_token

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_UPDATE_AUTHENTICATION_POLICY_RESPONSE_T Type

Contains the response body, headers and the status code of the update_authentication_policy request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_update_authentication_policy_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_authentication_policy_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_authentication_policy

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_UPDATE_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the update_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_update_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_compartment_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_compartment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_UPDATE_CUSTOMER_SECRET_KEY_RESPONSE_T Type

Contains the response body, headers and the status code of the update_customer_secret_key request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_update_customer_secret_key_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_customer_secret_key_summary_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_customer_secret_key

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_UPDATE_DOMAIN_RESPONSE_T Type

Contains the response body, headers and the status code of the update_domain request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_update_domain_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_UPDATE_DYNAMIC_GROUP_RESPONSE_T Type

Contains the response body, headers and the status code of the update_dynamic_group request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_update_dynamic_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_dynamic_group_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_dynamic_group

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_UPDATE_GROUP_RESPONSE_T Type

Contains the response body, headers and the status code of the update_group request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_update_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_group_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_group

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_UPDATE_IDENTITY_PROVIDER_RESPONSE_T Type

Contains the response body, headers and the status code of the update_identity_provider request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_update_identity_provider_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_identity_provider_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_identity_provider

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_UPDATE_IDP_GROUP_MAPPING_RESPONSE_T Type

Contains the response body, headers and the status code of the update_idp_group_mapping request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_update_idp_group_mapping_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_idp_group_mapping_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_idp_group_mapping

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_UPDATE_NETWORK_SOURCE_RESPONSE_T Type

Contains the response body, headers and the status code of the update_network_source request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_update_network_source_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_network_sources_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_network_source

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_UPDATE_O_AUTH_CLIENT_CREDENTIAL_RESPONSE_T Type

Contains the response body, headers and the status code of the update_o_auth_client_credential request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_update_o_auth_client_credential_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_o_auth2_client_credential_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_o_auth_client_credential

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_UPDATE_POLICY_RESPONSE_T Type

Contains the response body, headers and the status code of the update_policy request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_update_policy_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_policy_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_policy

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_UPDATE_SMTP_CREDENTIAL_RESPONSE_T Type

Contains the response body, headers and the status code of the update_smtp_credential request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_update_smtp_credential_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_smtp_credential_summary_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_smtp_credential

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_UPDATE_SWIFT_PASSWORD_RESPONSE_T Type

Contains the response body, headers and the status code of the update_swift_password request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_update_swift_password_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_swift_password_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_swift_password

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_UPDATE_TAG_RESPONSE_T Type

Contains the response body, headers and the status code of the update_tag request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_update_tag_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tag_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_tag

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_UPDATE_TAG_DEFAULT_RESPONSE_T Type

Contains the response body, headers and the status code of the update_tag_default request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_update_tag_default_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tag_default_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_tag_default

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_UPDATE_TAG_NAMESPACE_RESPONSE_T Type

Contains the response body, headers and the status code of the update_tag_namespace request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_update_tag_namespace_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_tag_namespace_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_tag_namespace

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_UPDATE_USER_RESPONSE_T Type

Contains the response body, headers and the status code of the update_user request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_update_user_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_user_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_user

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_UPDATE_USER_CAPABILITIES_RESPONSE_T Type

Contains the response body, headers and the status code of the update_user_capabilities request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_update_user_capabilities_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_user_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_user_capabilities

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_UPDATE_USER_STATE_RESPONSE_T Type

Contains the response body, headers and the status code of the update_user_state request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_update_user_state_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_user_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_user_state

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ID_IDENTITY_UPLOAD_API_KEY_RESPONSE_T Type

Contains the response body, headers and the status code of the upload_api_key request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_id_identity_upload_api_key_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_identity_api_key_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of upload_api_key

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

Was this article helpful?