Services
RPC methods exposed by this API.MeService
| Method | Request | Response | Description |
|---|---|---|---|
| GetMe | GetMeRequest | GetMeResponse |
Messages
Data models used across requests/responses.GetMeRequest
This message has no fields.GetMeResponse
| Field | Type | Label | Description |
|---|---|---|---|
| user_id | string | ||
| user_email | string | ||
| organizations | sift.common.type.v1.Organization | repeated | |
| is_admin | bool | ||
| permissions | Permissions | ||
| created_date | google.protobuf.Timestamp | ||
| hash_based_message_authentication_code | string | Deprecated. |
PermissionResources
| Field | Type | Label | Description |
|---|---|---|---|
| permission_resources | PermissionResources.PermissionResourcesEntry | repeated |
PermissionResources.PermissionResourcesEntry
| Field | Type | Label | Description |
|---|---|---|---|
| key | string | ||
| value | Resources |
Permissions
| Field | Type | Label | Description |
|---|---|---|---|
| organization_permission_resources | Permissions.OrganizationPermissionResourcesEntry | repeated |
Permissions.OrganizationPermissionResourcesEntry
| Field | Type | Label | Description |
|---|---|---|---|
| key | string | ||
| value | PermissionResources |
Resources
| Field | Type | Label | Description |
|---|---|---|---|
| asset_ids | string | repeated | |
| all_assets | bool |