key property
Key is the unique key of the role. It's the only relevant attribute for ZITADEL and will be used for authorization checks and as claim in tokens and user info responses.
Implementation
@$pb.TagNumber(1)
$core.String get key => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set key($core.String value) => $_setString(0, value);