authorizationRequired property

  1. @TagNumber.new(8)
bool get authorizationRequired

When enabled ZITADEL will check if a user has an authorization to use this project assigned when login into an application of this project.

Implementation

@$pb.TagNumber(8)
$core.bool get authorizationRequired => $_getBF(7);
  1. @TagNumber.new(8)
set authorizationRequired (bool value)

Implementation

@$pb.TagNumber(8)
set authorizationRequired($core.bool value) => $_setBool(7, value);