Version: v3.1 
SAML Mapping
A SAML mapping is a way of assigning a SAML Group with a role in Amorphic application.
Below is the sample resource definition file for SAML Mapping:
{
"rSAMLMapping": {
"Type": "SAMLMapping",
"Properties": {
"SamlGroupId": "cicd_admins",
"RoleId": {
"!DependsOn": "rRole.RoleId"
}
}
}
}