disabled property

bool? disabled
getter/setter pair

Whether the managed identity is disabled.

If disabled, credentials may no longer be issued for the identity, however existing credentials will still be accepted until they expire.

Optional.

Implementation

core.bool? disabled;