privateKeySet property
TfRef<bool>
get
privateKeySet
Reference to private_key_set attribute. Server-computed boolean:
true once a private_key value has been recorded. Because the
provider never echoes the privateKey field back in responses, this
is the only way to detect prior provisioning from a refreshed state.
Implementation
TfRef<bool> get privateKeySet =>
TfRef.attribute<bool>(this, 'private_key_set');