Class SmProfile
Sm profiles
[DataContract]
public class SmProfile : NamedIdentifiedItem
- Inheritance
-
SmProfile
- Inherited Members
Properties
Desription
Description
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "description")]
public string Desription { get; set; }
Property Value
Scope
Scope
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "scope")]
public string Scope { get; set; }
Property Value
Tags
Tags
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }
Property Value
TargetGroupId
TargetGroupId
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "targetGroupId")]
public string? TargetGroupId { get; set; }