Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.54 KB

ApiV1WorkspaceWorkspaceIdTrustedIpsTrustedIpIdPatchRequest.md

File metadata and controls

29 lines (21 loc) · 1.54 KB

ApiV1WorkspaceWorkspaceIdTrustedIpsTrustedIpIdPatchRequest

Properties

Name Type Description Notes
ip_address str
comment str [optional] [default to '']

Example

from infisicalapi_client.models.api_v1_workspace_workspace_id_trusted_ips_trusted_ip_id_patch_request import ApiV1WorkspaceWorkspaceIdTrustedIpsTrustedIpIdPatchRequest

# TODO update the JSON string below
json = "{}"
# create an instance of ApiV1WorkspaceWorkspaceIdTrustedIpsTrustedIpIdPatchRequest from a JSON string
api_v1_workspace_workspace_id_trusted_ips_trusted_ip_id_patch_request_instance = ApiV1WorkspaceWorkspaceIdTrustedIpsTrustedIpIdPatchRequest.from_json(json)
# print the JSON string representation of the object
print ApiV1WorkspaceWorkspaceIdTrustedIpsTrustedIpIdPatchRequest.to_json()

# convert the object into a dict
api_v1_workspace_workspace_id_trusted_ips_trusted_ip_id_patch_request_dict = api_v1_workspace_workspace_id_trusted_ips_trusted_ip_id_patch_request_instance.to_dict()
# create an instance of ApiV1WorkspaceWorkspaceIdTrustedIpsTrustedIpIdPatchRequest from a dict
api_v1_workspace_workspace_id_trusted_ips_trusted_ip_id_patch_request_from_dict = ApiV1WorkspaceWorkspaceIdTrustedIpsTrustedIpIdPatchRequest.from_dict(api_v1_workspace_workspace_id_trusted_ips_trusted_ip_id_patch_request_dict)

[Back to Model list] [Back to API list] [Back to README]