Skip to content

TableauAuthnV1UUID

Properties

Name Type Description Notes
value str Identity pool ID. [optional]

Example

from openapi_client.models.tableau_authn_v1_uuid import TableauAuthnV1UUID

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

# convert the object into a dict
tableau_authn_v1_uuid_dict = tableau_authn_v1_uuid_instance.to_dict()
# create an instance of TableauAuthnV1UUID from a dict
tableau_authn_v1_uuid_from_dict = TableauAuthnV1UUID.from_dict(tableau_authn_v1_uuid_dict)
[Back to Model list] [Back to API list] [Back to README]