EntitlementDefinitionTO
                                EntitlementDefinitionTO                            
                            The entitlement resource body object.
JSON Example
                                    {
    "catalogItemId": "042eb1e6-61b0-451b-b35e-e9811e2459a2",
    "subjectType": "GROUPS",
    "subjectId": "083ed8e6-6a39-461a-b0de-e9800e245900",
    "activationPolicy": "AUTOMATIC"
}
                                
                            
            
            
                                    string As uuid
                
                                    As uuid
                
            
        
        
                catalogItemId            
                            Optional
                    The catalog item ID
            
            
                                    string
                
                
            
        
        
                subjectType            
                            Optional
                    The entitlement subject type (USERS or GROUPS)
                Possible values are :
                                    USERS, 
                                    GROUPS, 
                            
        
    
            
            
                                    string
                
                
            
        
        
                subjectId            
                            Optional
                    The Subject ID
            
            
                                    string
                
                
            
        
        
                activationPolicy            
                            Optional
                    The deployment type of the application on the user portal.
                Possible values are :
                                    AUTOMATIC, 
                                    USER_ACTIVATED,