ViamAuthorization constructor
- String authorizationType = 'role',
- required AuthorizationId authorizationId,
- required ResourceType resourceType,
- required String resourceId,
- String identityId = '',
- required String organizationId,
- required IdentityType identityType,
Implementation
ViamAuthorization({
this.authorizationType = 'role',
required this.authorizationId,
required this.resourceType,
required this.resourceId,
this.identityId = '',
required this.organizationId,
required this.identityType,
});