Class SamlRoleUpdateRequest
UpdateOrganizationSamlRole
[DataContract]
public class SamlRoleUpdateRequest
- Inheritance
-
SamlRoleUpdateRequest
- Inherited Members
Constructors
SamlRoleUpdateRequest()
public SamlRoleUpdateRequest()
Properties
Networks
The list of networks that the SAML administrator has privileges on
[DataMember(Name = "networks")]
public List<SamlRoleNetwork> Networks { get; set; }
Property Value
- List<SamlRoleNetwork>
The list of networks that the SAML administrator has privileges on
OrgAccess
The privilege of the SAML administrator on the organization. Can be one of 'none', 'read-only', 'full' or 'enterprise' or a custom role in the format custom-role:ID:NAME.
[DataMember(Name = "orgAccess")]
public string OrgAccess { get; set; }
Property Value
Role
The role of the SAML administrator
[DataMember(Name = "role")]
public string Role { get; set; }
Property Value
- string
The role of the SAML administrator
Tags
The list of tags that the SAML administrator has privileges on
[DataMember(Name = "tags")]
public List<AdminTag> Tags { get; set; }