Class OrganizationSmAdminsRoleUpdateRequest
Organizations Sm Admins Role Update Request
[DataContract]
public class OrganizationSmAdminsRoleUpdateRequest
- Inheritance
-
OrganizationSmAdminsRoleUpdateRequest
- Inherited Members
Constructors
OrganizationSmAdminsRoleUpdateRequest()
public OrganizationSmAdminsRoleUpdateRequest()
Properties
Name
The name of the Limited Access Role
[DataMember(Name = "name")]
public string? Name { get; set; }
Property Value
Scope
The scope of the Limited Access Role. enum = ["all_tags", "some", "without_all_tags", "without_some"]
[DataMember(Name = "scope")]
public string? Scope { get; set; }
Property Value
Tags
The tags of the Limited Access Role
[DataMember(Name = "tags")]
public List<string>? Tags { get; set; }