WorkforceIdentityFederationConfig.fromJson constructor
WorkforceIdentityFederationConfig.fromJson(
- Map json_
Implementation
WorkforceIdentityFederationConfig.fromJson(core.Map json_)
: this(enabled: json_['enabled'] as core.bool?);