lib/swagger/defs/role.yaml

40 lines
936 B
YAML

Role:
description: A functional role within a Tenant
properties:
ID:
description: record id
type: string
Auth0RoleID:
description: the corresponding auth0 role
type: string
x-nullable: true
CreatedByID:
description: created by
type: string
x-nullable: true
CreatedDate:
description: created date
type: string
x-nullable: true
Description:
description: role description
type: string
x-nullable: true
LastModifiedByID:
description: last modified by
type: string
x-nullable: true
LastModifiedDate:
description: last modifed date
type: string
x-nullable: true
RoleName:
description: the name of this role
type: string
x-nullable: true
TenantID:
description: the id of the tenant that owns this role
type: string
x-nullable: true
type: object