DocumentationToolsSDKsPythonReferencedata_access_securityModelsTagOn this pageTag Properties NameTypeDescriptionNotesidintThe unique identifier for the tag.[optional]namestrThe display name or label for the tag.[optional]} Example from sailpoint.data_access_security.models.tag import Tagtag = Tag(id=101,name='Confidential') [Back to top]