Class DynAuthDasRequest
Inheritance
object
DynAuthDasRequest
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("dynAuthDasRequest")]
public class DynAuthDasRequest
Properties
|
Edit this page
View Source
Operation
Declaration
[JsonProperty("op")]
public Operation? Operation { get; set; }
Property Value
|
Edit this page
View Source
Originator
Declaration
[JsonProperty("or")]
public string Originator { get; set; }
Property Value
|
Edit this page
View Source
OriginatorIP
Declaration
[JsonProperty("oip")]
public DynAuthDasRequestOriginatorIP OriginatorIP { get; set; }
Property Value
|
Edit this page
View Source
OriginatorLocation
Declaration
[JsonProperty("olo")]
public LocationRegion OriginatorLocation { get; set; }
Property Value
|
Edit this page
View Source
OriginatorRoleIDs
Pattern: ([a-zA-Z0-9\.\-,_]*)@([A-Za-z0-9\-_]*)(\.([A-Za-z0-9\-_])*)*.
Declaration
[RegularExpression("([a-zA-Z0-9\\.\\-,_]*)@([A-Za-z0-9\\-_]*)(\\.([A-Za-z0-9\\-_])*)*")]
[JsonProperty("orid")]
public ICollection<string> OriginatorRoleIDs { get; set; }
Property Value
|
Edit this page
View Source
ProposedPrivilegesLifetime
Declaration
[JsonProperty("ppl")]
public string ProposedPrivilegesLifetime { get; set; }
Property Value
|
Edit this page
View Source
RequestTimestamp
Declaration
[JsonProperty("rts")]
public string RequestTimestamp { get; set; }
Property Value
|
Edit this page
View Source
RoleIDsFromACPs
Pattern: ([a-zA-Z0-9\.\-,_]*)@([A-Za-z0-9\-_]*)(\.([A-Za-z0-9\-_])*)*.
Declaration
[RegularExpression("([a-zA-Z0-9\\.\\-,_]*)@([A-Za-z0-9\\-_]*)(\\.([A-Za-z0-9\\-_])*)*")]
[JsonProperty("rfa")]
public ICollection<string> RoleIDsFromACPs { get; set; }
Property Value
|
Edit this page
View Source
TargetedResourceID
Declaration
[JsonProperty("trid")]
public string TargetedResourceID { get; set; }
Property Value
|
Edit this page
View Source
TargetedResourceType
Declaration
[JsonProperty("trt")]
public ResourceType? TargetedResourceType { get; set; }
Property Value
|
Edit this page
View Source
TokenIDs
Pattern: ([a-zA-Z0-9\.\-,_]*)@([A-Za-z0-9\-_]*)(\.([A-Za-z0-9\-_])*)*.
Declaration
[RegularExpression("([a-zA-Z0-9\\.\\-,_]*)@([A-Za-z0-9\\-_]*)(\\.([A-Za-z0-9\\-_])*)*")]
[JsonProperty("tids")]
public ICollection<string> TokenIDs { get; set; }
Property Value