Class OrganizationSmAdminsRole
Limited Access Role
[DataContract]
public class OrganizationSmAdminsRole
- Inheritance
-
OrganizationSmAdminsRole
- Inherited Members
Constructors
OrganizationSmAdminsRole()
public OrganizationSmAdminsRole()
Properties
Name
The name of the limited access role
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
RoleId
The Id of the limited access role
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "roleId")]
public string RoleId { get; set; }
Property Value
Scope
The scope of the limited access role. enum = ["all_tags", "some", "without_all_tags", "without_some"]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "scope")]
public string Scope { get; set; }
Property Value
Tags
The tags of the limited access role
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }