More complete representation of an access profile.
Properties
Name
Type
Description
Notes
id
str
Access profile's ID.
[required]
name
str
Access profile's name.
[required]
description
str
Access item's description.
[optional]
created
datetime
ISO-8601 date-time referring to the time when the object was created.
[optional]
modified
datetime
ISO-8601 date-time referring to the time when the object was last modified.
[optional]
synced
datetime
ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. There may be some delay between the synced time and the time when the updated data is actually available in the search API.
[optional]
enabled
bool
Indicates whether the access item is currently enabled.
[optional] [default to False]
requestable
bool
Indicates whether the access item can be requested.
[optional] [default to True]
request_comments_required
bool
Indicates whether comments are required for requests to access the item.
Access profile's document type. This enum represents the currently supported document types. Additional values may be added in the future without notice.