SAMLAssertionCondition Type
Represents a SAML assertion Condition parameter.
Remarks
This type is a container for a single Condition parameter of a SAML assertion.
Fields
AudienceList String |
An accessor to the Audience list parameter of an audience restriction condition. Use this property to read or set a list of audiences included in the restriction. Each audience is represented by an URI. Provide multiple audiences by splitting them with CRLF separators. |
ConditionType TsbxSAMLConditionTypes |
Specifies a type of the condition object. Use this property to check or specify a type of the condition object. This can be either an audience restriction, a one time use limitation, or a proxy restriction. |
ProxyRestrictionCount Integer |
An accessor to the proxy restriction count element of the condition. Use this setting to access or set the value of the proxy restriction count condition. |
Constructors
constructor Create();
Creates a new SAMLAssertionCondition object.