cloud.oauth_providers
Schema: cloud
English table: cloud.oauth_providers
Italian original table: cloud._oauth_providers
Description: Configuration details for external OAuth2 identity providers.
Overview
- Columns: 7
- Primary key: op_provider_id
- Outgoing foreign keys: 0
- Incoming foreign keys: 0
- Indexes: 0
Columns
| English column | Italian original column | Type | Null | Default / Generated | Description |
|---|---|---|---|---|---|
op_provider_id | prov_id | uuid | NO | public.uuid_generate_v4() | Unique UUID for the provider configuration. |
op_name | prov_name | character varying | NO | Display name of the provider (e.g., Google, Azure AD). | |
op_client_id | prov_client_id | character varying | NO | The public identifier for the OAuth application. | |
op_client_secret | prov_client_secret | character varying | NO | The confidential secret key for the OAuth application. Keep encrypted/secure. | |
op_redirect_url | prov_redirect_url | character varying | NO | The authorized callback URL where the provider sends the auth code. | |
op_created_at | prov_created_at | timestamp without time zone | YES | CURRENT_TIMESTAMP | Record creation timestamp. |
op_updated_at | prov_updated_at | timestamp without time zone | YES | CURRENT_TIMESTAMP | Last update timestamp. |
Relationships
Outgoing foreign keys
No outgoing foreign keys found.
Referenced by
No incoming foreign keys found.
Constraints
- Primary key:
pk_oauth_providers→op_provider_id
Indexes
No indexes detected.
Navigation
- Back to main index
- [Back to
cloudindex]../)