CollectionAuthorizationSetIdentity¶
- class pydelfini.delfini_core.models.collection_authorization_set_identity.CollectionAuthorizationSetIdentity(action, identity, actions=Unset, role=Unset)[source]¶
Bases:
object
CollectionAuthorizationSetIdentity model
- Parameters:
identity (str)
actions (Unset | List[AuthorizedActionsItem])
role (Unset | CollectionRole)
- action¶
- actions¶
- Type:
Union[Unset, List[AuthorizedActionsItem]]
- role¶
- Type:
Union[Unset, CollectionRole]
Attributes
- classmethod from_dict(src_dict)[source]¶
Create an instance of
CollectionAuthorizationSetIdentity
from a dict