Interface AuthorizationRecordValue
- All Superinterfaces:
JsonSerializable,RecordValue
- All Known Implementing Classes:
ImmutableAuthorizationRecordValue
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJson
-
Method Details
-
getAction
PermissionAction getAction() -
getOwnerKey
Long getOwnerKey() -
getOwnerType
AuthorizationOwnerType getOwnerType() -
getResourceType
AuthorizationResourceType getResourceType() -
getPermissions
List<AuthorizationRecordValue.PermissionValue> getPermissions()
-