SAMLNameIDMappingRequest Type
Represents SAML NameIDMappingRequest element.
Remarks
This type is a container for NameIDMappingRequest element.
Fields
NameID String |
An accessor to the NameID parameter of the request. Use this property to read or set the value of the NameID parameter of the request object. |
NameIDPolicyAllowCreate Boolean |
Contains the value of AllowCreate parameter of the NameIDPolicy object. Use this property to read or set the value of the AllowCreate parameter of the NameIDPolicy object. AllowCreate regulates whether the identity provider is given permission to create new subject identifiers. |
NameIDPolicyFormat String |
Specifies the format of the NameIDPolicy element. Use this property to set or read the value of the Format parameter of the NameIDPolicy object. |
NameIDPolicySPNameQualifier String |
Contains the SPNameQualifier parameter of the NameIDPolicy element. Use this property to specify or read the value of the SPNameQualifier parameter of the NameIDPolicy element of the request. |
NameIDPolicyUseAllowCreate Boolean |
Controls inclusion of UseAllow modifier in the NameIDPolicy object. Use this property to include or exclude the UseAllow parameter from the NameIDPolicy object. |
Constructors
constructor Create();
Creates a new SAMLNameIDMappingRequest object.