Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthzDecisionQueryElement.Actions

TElSAMLAuthzDecisionQueryElement     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The actions for which authorization is requested.

Declaration

[C#]
    TElSAMLActionElement Actions[int Index];

[VB.NET]
    Property Actions(ByVal Index As Integer) As TElSAMLActionElement

[Pascal]
    property Actions[Index : integer] : TElSAMLActionElement;

[C++]
    TElSAMLActionElement* get_Actions(int32_t Index);

[PHP]
    TElSAMLActionElement get_Actions(integer $Index)

[Java]
    TElSAMLActionElement getActions(int Index);

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Description

This property lists the actions for which authorization is requested.

See also:     ActionCount     AddAction     RemoveAction    

Discuss this help topic in SecureBlackbox Forum