Component Details

Use Component Details to view the object storage standard and archive details, and OAUTH authentication details.

Object storage is used for data to which you require fast, immediate, and frequent access. Archive storage is used for data which you do not access regularly but must be retained and preserved for long periods of time.
With every instance of the application provisioned, two buckets are provisioned: a standard storage bucket and an archive storage bucket. The data files that you want to load into the application for processing must be uploaded to the standard storage bucket. The files are automatically moved to the archive storage bucket after a period of 7 days.
To access Component Details:
  1. Login to the Admin Console.
  2. Go to the System Configuration tab and click Component Details.
    You can access the following tabs from the Component Details tab:
    • OCI Console : Access the OCI Console URL from the OCI Console tab.
    • Object Storage Standard : When you provision an instance of the application, two buckets, a standard storage bucket and an archive storage bucket are automatically provisioned. The objects data that you want to load into the application for processing must be uploaded to the standard storage bucket.

      Access and copy the following details related to the objects which are currently in use and require fast, immediate, and frequent access.

      • Object Store Bucket Name: The logical container in which objects are stored
      • Pre-Authenticated URL (PAR URL): Request that enables you to access a bucket without providing any credentials
    • Object Storage Archive : Archive storage is used for storing objects that are not actively in use but need to be retained and preserved for extended periods. Objects are automatically moved from standard to archive storage after 7 days.

      Access and copy the following details related to the archived objects.

      • Object Store Bucket Name: The logical container in which objects are stored
      • Pre-Authenticated URL (PAR URL): Request that enables you to access a bucket without providing any credentials
    • OAUTH Creds : Use OAUTH credentials (Client ID and Client secret) are used for implementing authentication in cloud services.
      Access and copy the following OAUTH credentials:
      • OAUTH Client ID: ID of the OAuth client used for OAuth authentication performed by IDCS during any API calls
      • OAUTH Client Secret: Password of the OAuth client secret used for OAuth authentication performed by IDCS during any API calls