roleKey property
The key is the only relevant attribute for ZITADEL regarding the authorization checks.
Implementation
@$pb.TagNumber(2)
$core.String get roleKey => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set roleKey($core.String value) => $_setString(1, value);