Skip to main content

AccessGroupOidcMappingDto

OIDC mapping for an access group

createdAtstring<date-time>required

Mapping creation timestamp

Example: 2024-01-01T00:00:00Z
idstring<uuid>required

Mapping ID

Example: 550e8400-e29b-41d4-a716-446655440000
oidcGroupNamestringrequired

OIDC group name from the IdP

Example: library-staff
AccessGroupOidcMappingDto
{
"createdAt": "2024-01-01T00:00:00Z",
"id": "550e8400-e29b-41d4-a716-446655440000",
"oidcGroupName": "library-staff"
}