Click or drag to resize
MOVEitSAMLInfo Class
Container object used to provide information about SAML configurations in a MOVEit Transfer organization, including the Service Provider settings of the organization, and any available Identity Providers configured in the organization. These settings can be used to issue authentication requests to an Identity Provider in order to receive a SAML assertion document, which can then be used to authenticate to the MOVEit Transfer server.
Inheritance Hierarchy

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public class MOVEitSAMLInfo : MOVEitObjectInfo

The MOVEitSAMLInfo type exposes the following members.

Properties
  NameDescription
Public propertyDataInitialized
Returns the status of the data initialization for this object.
(Inherited from MOVEitObjectInfo.)
Public propertyIdentityProviders
List of Identity Providers configured in the MOVEit Transfer organization.
Public propertySPAssertionConsumerServices
List of Service Provider assertion consumer services provided by the MOVEit Transfer organization.
Public propertySPEntityID
The Service Provider entity ID of the MOVEit Transfer organization.
Public propertySPSingleLogoutServices
List of Service Provider single logout services provided by the MOVEit Transfer organization.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also