state property
Visibility state of the discoverable program. Possible string values are:
- "STATE_UNSPECIFIED"
- "TRUSTED_TESTERS" : Visible only to testers that have access to issuer account.
- "trustedTesters" : Legacy alias for
TRUSTED_TESTERS
. Deprecated. - "LIVE" : Visible to all.
- "live" : Legacy alias for
LIVE
. Deprecated. - "DISABLED" : Not visible.
- "disabled" : Legacy alias for
DISABLED
. Deprecated.
Implementation
core.String? state;