AccessGroupOidcMappingDto
OIDC mapping for an access group
createdAtstring<date-time>required
Mapping creation timestamp
Example:
2024-01-01T00:00:00Zidstring<uuid>required
Mapping ID
Example:
550e8400-e29b-41d4-a716-446655440000oidcGroupNamestringrequired
OIDC group name from the IdP
Example:
library-staffAccessGroupOidcMappingDto
{
"createdAt": "2024-01-01T00:00:00Z",
"id": "550e8400-e29b-41d4-a716-446655440000",
"oidcGroupName": "library-staff"
}