Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 2.08 KB

ApiV1AuthAwsAuthIdentitiesIdentityIdGet200ResponseIdentityAwsAuth.md

File metadata and controls

39 lines (31 loc) · 2.08 KB

ApiV1AuthAwsAuthIdentitiesIdentityIdGet200ResponseIdentityAwsAuth

Properties

Name Type Description Notes
id str
access_token_ttl float [optional] [default to 7200]
access_token_max_ttl float [optional] [default to 7200]
access_token_num_uses_limit float [optional] [default to 0]
access_token_trusted_ips object [optional]
created_at datetime
updated_at datetime
identity_id str
type str
sts_endpoint str
allowed_principal_arns str
allowed_account_ids str

Example

from infisicalapi_client.models.api_v1_auth_aws_auth_identities_identity_id_get200_response_identity_aws_auth import ApiV1AuthAwsAuthIdentitiesIdentityIdGet200ResponseIdentityAwsAuth

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

# convert the object into a dict
api_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 dict
api_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)

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