visibility property
The visibility of the auth config. Possible string values are:
- "AUTH_CONFIG_VISIBILITY_UNSPECIFIED" : Visibility not specified.
- "PRIVATE" : Profile visible to the creator only.
- "CLIENT_VISIBLE" : Profile visible within the client.
Implementation
core.String? visibility;