Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.38 KB

AwsExchangeCredentialsProjectTokenOKCredentials.md

File metadata and controls

28 lines (21 loc) · 1.38 KB

AwsExchangeCredentialsProjectTokenOKCredentials

Properties

Name Type Description Notes
identity_id str
token str

Example

from affinidi_tdk_iota_client.models.aws_exchange_credentials_project_token_ok_credentials import AwsExchangeCredentialsProjectTokenOKCredentials

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

# convert the object into a dict
aws_exchange_credentials_project_token_ok_credentials_dict = aws_exchange_credentials_project_token_ok_credentials_instance.to_dict()
# create an instance of AwsExchangeCredentialsProjectTokenOKCredentials from a dict
aws_exchange_credentials_project_token_ok_credentials_from_dict = AwsExchangeCredentialsProjectTokenOKCredentials.from_dict(aws_exchange_credentials_project_token_ok_credentials_dict)

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