Skip to main content

Grid

A Grid defines the information returned about a Grid.

Properties

NameTypeDescriptionNotes
AllowedActionsList<Grid.AllowedActionsEnum>A list of what actions are currently allowed for this grid.[optional]
AssignDateDateTime?For unassigned grids which were assigned to the user, the date on which the grid was assigned.[optional]
CreateDateDateTime?The date on which the grid was created.[optional]
Expiredbool?A flag indicating if this grid is currently expired.[optional]
ExpiryDateDateTime?If the grid policy defines an expiry date, the date on which this grid will expire. Expired grids cannot be used for authentication.[optional]
GridContentsList<List<string>>The grid contents of this grid. Only administrators with the GRIDCONTENTS:VIEW permission will receive this value.[optional]
GroupsList<string>The UUIDs of groups to which this grid belongs. This value is only used for unassigned grids. Only groups to which the current administrator has access will be returned.[optional]
IdstringThe unique UUID assigned to the grid when it is created.[optional]
LastUsedDateDateTime?The date on which this grid was last used for authentication. This value will be null if the grid has never been used.[optional]
SerialNumberlong?The unique numeric serial number assigned to the grid when it is created.[optional]
StatestringThe state of this grid. Only grids in the ACTIVE or PENDING state can be used for authentication.[optional]
UserIdstringThe UUID of the user who owns this grid. If the grid is not assigned, this value will be null.[optional]
UserNamestringThe user Id for this user. If the grid is not assigned, this value will be null.[optional]