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