Class AdminTag
Tag
[DataContract]
public class AdminTag
- Inheritance
-
AdminTag
- Inherited Members
Constructors
AdminTag()
public AdminTag()
Properties
Access
The privilege of the SAML administrator on the tag. Can be one of 'full', 'read-only', 'guest-ambassador', 'monitor-only' or 'custom-role'
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "access")]
public string Access { get; set; }
Property Value
TagText
The name of the tag
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "tag")]
public string TagText { get; set; }