Version: v3.3 
SAML Tag Mapping
A SAML Tag mapping is a way of assigning a SAML Group with a tag in Amorphic application.
Below is the sample resource definition file for SAML Tag Mapping:
{
"rSAMLTagMapping": {
"Type": "SAMLTagMapping",
"Properties": {
"SamlGroupId": "cicd_admins",
"Tag": "cicd#admins"
}
}
}