CreateGrantInput
CreateGrantInput
Create a grant for the given type, level, resource and identity or identitySearch. Optionally provide note, validFromTimestamp and validToTimestamp
groupName | String | Optional groupName for the grant, as a string |
identity | ID | The identity to create the grant for, either as an id, or an AKA |
identitySearch | IdentitySearchInput | The identitySearch to create the grant for, specifying the directory, type and identity to search for. |
level | ID! | The permission level of the grant to create, either as an id, or an AKA |
note | String | Optional note for the grant, as a string |
resource | ID! | The resource level to create the grant at, either as an id, or an AKA |
roleName | String | Optional roleName for the grant, as a string |
type | ID! | The permission type of the grant to create, either as an id, or an AKA |
validFromTimestamp | String | Optional validFromTimestamp for the grant, as an ISO string |
validToTimestamp | String | Optional validToTimestamp for the grant, as an ISO string |