Class ServiceSubscribedAppRule
Inheritance
object
ServiceSubscribedAppRule
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:asar")]
public class ServiceSubscribedAppRule : RegularResource
Properties
|
Edit this page
View Source
AllowedAEs
Declaration
[JsonProperty("aae")]
public ICollection<string> AllowedAEs { get; set; }
Property Value
|
Edit this page
View Source
AllowedApp_IDs
Declaration
[JsonProperty("aai")]
public ICollection<string> AllowedApp_IDs { get; set; }
Property Value
|
Edit this page
View Source
ApplicableCredIDs
Declaration
[JsonProperty("apci")]
public ICollection<string> ApplicableCredIDs { get; set; }
Property Value
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value