Strise Connect API Docs
TypesObjects

RolePeriod

An object representing the period in which a role is active.

type RolePeriod {
  from: DateTime
  to: DateTime
}

Fields

from DateTime scalar

DateTime The date from which the role is active.

to DateTime scalar

DateTime The date from which the role is active.

Member Of

Role object

On this page