mirror of https://github.com/vernonkeenan/lib
18 lines
705 B
Markdown
18 lines
705 B
Markdown
|
# SfGate.Role
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**id** | **String** | record id | [optional]
|
||
|
**auth0roleid** | **String** | the corresponding auth0 role | [optional]
|
||
|
**createdbyid** | **String** | created by | [optional]
|
||
|
**createddate** | **String** | created date | [optional]
|
||
|
**description** | **String** | role description | [optional]
|
||
|
**lastmodifiedbyid** | **String** | last modified by | [optional]
|
||
|
**lastmodifieddate** | **String** | last modifed date | [optional]
|
||
|
**rolename** | **String** | the name of this role | [optional]
|
||
|
**tenantid** | **String** | the id of the tenant that owns this role | [optional]
|
||
|
|
||
|
|