RbacProvider¶
Contains information about RBAC providers, e.g. Active Directory domains or Entra ID tenants. Currently OctoSAM supports only one RBAC provider per installation. Reserved for future use.
Fields¶
| Field | Type | Description |
|---|---|---|
| Created | datetime | Date/Time the RbacProvider object was created |
| Description | string | Description of the RbacProvider |
| DomainName | string | Domain name of the RBAC provider, e.g. Active Directory domain name |
| EntraIDTenant | string | EntraID tenant ID of the RBAC provider |
| Guid | guid | Unique identifier for the RbacProvider entity |
| ID | numeric | Internal ID for the RbacProvider entity (Primary Key) |
| Name | string | Name of the RBAC provider |