Models
User
Note:
Introduced in Dremio 2.1.0
Represents a user in Dremio.
The JSON representation of a user looks like this:
{
"id": String [immutable, generated by Dremio],
"name": String
}
Fields
Name | Type | Description |
---|---|---|
id | String | User ID. Generated by Dremio, immutable. |
name | String | Name of the user. |
Group
Note:
Introduced in Dremio 2.1.0
Represents a group in Dremio.
The JSON representation of a group looks like this:
{
"id": String [immutable, generated by Dremio],
"name": String
}
Fields
Name | Type | Description |
---|---|---|
id | String | Group ID. Generated by Dremio, immutable. |
name | String | Name of the group. |
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.