disabled property

bool? disabled
getter/setter pair

Whether the namespace is disabled.

If disabled, credentials may no longer be issued for identities within this namespace, however existing credentials will still be accepted until they expire.

Optional.

Implementation

core.bool? disabled;