Class SamlRoleCreateRequest
CreateOrganizationSamlRole
[DataContract]
public class SamlRoleCreateRequest
- Inheritance
-
SamlRoleCreateRequest
- Inherited Members
Properties
Camera
The list of camera access privileges for SAML administrator
[DataMember(Name = "camera")]
public List<SamlRoleCamera>? Camera { get; set; }
Property Value
Networks
The list of networks that the SAML administrator has privileges on
[DataMember(Name = "networks")]
public List<SamlRoleNetwork>? Networks { get; set; }
Property Value
OrgAccess
The privilege of the SAML administrator on the organization
[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
Tags
The list of tags that the SAML administrator has privileges on
[DataMember(Name = "tags")]
public List<AdminTag>? Tags { get; set; }