CollectionAuthorizationGrant

class pydelfini.delfini_core.models.collection_authorization_grant.CollectionAuthorizationGrant(actions, role=Unset)[source]

Bases: object

CollectionAuthorizationGrant model

Parameters:
actions
Type:

List[AuthorizedActionsItem]

role
Type:

Union[Unset, CollectionRole]

Attributes

actions

role

classmethod from_dict(src_dict)[source]

Create an instance of CollectionAuthorizationGrant from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]