scopeStates property

  1. @TagNumber(13)
Map<String, ScopeFeatureState> scopeStates

Output only. Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused.

The keys indicate which Scope the state is for, in the form:

projects/{p}/locations/global/scopes/{s}

Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.

Implementation

@$pb.TagNumber(13)
$core.Map<$core.String, ScopeFeatureState> get scopeStates => $_getMap(8);