roletemplate EntityType

Template for a role. Defines initial attributes that will be used when creating a new role.

Entity Set Path
[organization URI]/api/data/v9.2/roletemplates
Base Type
crmbaseentity
Display Name
Role Template
Primary Key
roletemplateid
Primary Key Attribute
name

Properties

Properties represent fields of data stored in the entity.Some properties are read-only.

Name Type Details
name Edm.String

Name of the role template.

roletemplateid Edm.Guid

Unique identifier of the role template.

Collection-valued navigation properties

Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.

Name Type Partner
role_template_roles role roletemplateid
roletemplateprivileges_association privilege roletemplateprivileges_association

See also