OpenAI::AuditLogRoleUpdatedChangesRequested
Inherits JSON::Serializable < Reference < Object
The payload used to update the role.
Constructors
new(pull : JSON::PullParser)
Sourcenew(role_name : String | Nil = nil, resource_id : String | Nil = nil, resource_type : String | Nil = nil, permissions_added : Array(String) | Nil = nil, permissions_removed : Array(String) | Nil = nil, description : String | Nil = nil, metadata : Hash(String, JSON::Any) | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
The permissions added to the role.
The permissions removed from the role.