class

OpenAI::AuditLogRoleAssignmentCreated

Inherits JSON::Serializable < Reference < Object

The details for events with this type.

Constructors

new(id : String | Nil = nil, principal_id : String | Nil = nil, principal_type : String | Nil = nil, resource_id : String | Nil = nil, resource_type : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

id

The identifier of the role assignment.

Source
id=(id : String | Nil)

The identifier of the role assignment.

Source
principal_id

The principal (user or group) that received the role.

Source
principal_id=(principal_id : String | Nil)

The principal (user or group) that received the role.

Source
principal_type

The type of principal (user or group) that received the role.

Source
principal_type=(principal_type : String | Nil)

The type of principal (user or group) that received the role.

Source
resource_id

The resource the role assignment is scoped to.

Source
resource_id=(resource_id : String | Nil)

The resource the role assignment is scoped to.

Source
resource_type

The type of resource the role assignment is scoped to.

Source
resource_type=(resource_type : String | Nil)

The type of resource the role assignment is scoped to.

Source