Skip to main content

Grid

A Grid defines the information returned about a Grid.

Properties

NameTypeDescriptionNotes
allowed_actionsList[str]A list of what actions are currently allowed for this grid.[optional]
assign_datedatetimeFor unassigned grids which were assigned to the user, the date on which the grid was assigned.[optional]
create_datedatetimeThe date on which the grid was created.[optional]
expiredboolA flag indicating if this grid is currently expired.[optional]
expiry_datedatetimeIf the grid policy defines an expiry date, the date on which this grid will expire. Expired grids cannot be used for authentication.[optional]
grid_contentsList[List[str]]The grid contents of this grid. Only administrators with the GRIDCONTENTS:VIEW permission will receive this value.[optional]
groupsList[str]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]
idstrThe unique UUID assigned to the grid when it is created.[optional]
last_used_datedatetimeThe date on which this grid was last used for authentication. This value will be null if the grid has never been used.[optional]
serial_numberintThe unique numeric serial number assigned to the grid when it is created.[optional]
statestrThe state of this grid. Only grids in the ACTIVE or PENDING state can be used for authentication.[optional]
user_idstrThe UUID of the user who owns this grid. If the grid is not assigned, this value will be null.[optional]
user_namestrThe user Id for this user. If the grid is not assigned, this value will be null.[optional]

Example