SSH Keys¶
-
class
terrasnek.ssh_keys.TFCSSHKeys(instance_url, org_name, headers, well_known_paths, verify, log_level)¶ -
-
create(payload)¶ POST /organizations/:organization_name/ssh-keys
-
destroy(ssh_key_id)¶ DELETE /ssh-keys/:ssh_key_id
-
list()¶ GET /organizations/:organization_name/ssh-keys
-
required_entitlements()¶ Terraform Cloud Entitlements required for endpoint to work.
-
show(ssh_key_id)¶ GET /ssh-keys/:ssh_key_id
-
terraform_cloud_only()¶ Return
Trueif this endpoint is only for Terraform Cloud, elseFalse.
-
terraform_enterprise_only()¶ Return
Trueif this endpoint is only for Terraform Enterprise, elseFalse.
-
update(ssh_key_id, payload)¶ PATCH /ssh-keys/:ssh_key_id
-