Click or drag to resize
MOVEitSAMLInfoSAMLIdentityProvider Class
Object describing a SAML Identity Provider entry in MOVEit Transfer.
Inheritance Hierarchy
SystemObject
  MOVEit.DMZ.APIMOVEitSAMLInfoSAMLIdentityProvider

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

The MOVEitSAMLInfoSAMLIdentityProvider type exposes the following members.

Properties
  NameDescription
Public propertyArtifactResolutionServices
List of the artifact resolution services provided by the identity provider.
Public propertyEntityID
The entity ID of the identity provider.
Public propertyName
The friendly name of the identity provider entry in MOVEit Transfer.
Public propertySingleLogoutServices
List of single logout services provided by the identity provider.
Public propertySingleSignonServices
List of single signon services provided by the identity provider.
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