publicKeys property
Public keys associated with the environment.
Clients can connect to this environment via SSH only if they possess a private key corresponding to at least one of these public keys. Keys can be added to or removed from the environment using the AddPublicKey and RemovePublicKey methods.
Output only.
Implementation
core.List<core.String>? publicKeys;