state property
Registration state of the package, or pair.
Output only. Possible string values are:
- "REGISTRATION_STATE_UNSPECIFIED" : Default value. This value is unused.
- "REGISTERED" : Package is registered with the given certificate fingerprint.
- "NOT_REGISTERED" : Package is not registered with any public certificate.
- "REGISTERED_WITH_ANOTHER_CERTIFICATE_FINGERPRINT" : Package is registered with another public certificate fingerprint.
Implementation
core.String? state;