You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frominfisicalapi_client.models.api_v1_auth_aws_auth_identities_identity_id_get200_response_identity_aws_authimportApiV1AuthAwsAuthIdentitiesIdentityIdGet200ResponseIdentityAwsAuth# TODO update the JSON string belowjson="{}"# create an instance of ApiV1AuthAwsAuthIdentitiesIdentityIdGet200ResponseIdentityAwsAuth from a JSON stringapi_v1_auth_aws_auth_identities_identity_id_get200_response_identity_aws_auth_instance=ApiV1AuthAwsAuthIdentitiesIdentityIdGet200ResponseIdentityAwsAuth.from_json(json)
# print the JSON string representation of the objectprintApiV1AuthAwsAuthIdentitiesIdentityIdGet200ResponseIdentityAwsAuth.to_json()
# convert the object into a dictapi_v1_auth_aws_auth_identities_identity_id_get200_response_identity_aws_auth_dict=api_v1_auth_aws_auth_identities_identity_id_get200_response_identity_aws_auth_instance.to_dict()
# create an instance of ApiV1AuthAwsAuthIdentitiesIdentityIdGet200ResponseIdentityAwsAuth from a dictapi_v1_auth_aws_auth_identities_identity_id_get200_response_identity_aws_auth_from_dict=ApiV1AuthAwsAuthIdentitiesIdentityIdGet200ResponseIdentityAwsAuth.from_dict(api_v1_auth_aws_auth_identities_identity_id_get200_response_identity_aws_auth_dict)