An AttributeReadingTableAuthorization defines whether or not an attribute type can be read by a given participant types
AttributeReadingTableAuthorization
attributeType: attribute type over which the authorization is defined
participantType: participant type for which the authorization is defined
allowed: defines whether or not this.participantType has access ot this.attributeType
Creates a new AttributeReadingAuthorization ara so that:
an error in case participantType is not actually a participant type
Type of attribute over which the authorization is defined
Participant type for which the authorization is defined
Whether or not participantType can read attributeType
this.allowed
Generated using TypeDoc
An
AttributeReadingTableAuthorizationdefines whether or not an attribute type can be read by a given participant typesattributeType: attribute type over which the authorization is defined
participantType: participant type for which the authorization is defined
allowed: defines whether or not this.participantType has access ot this.attributeType