ClientOrgGetSAMLInfo Method (String) |
Returns a
MOVEitSAMLInfo object describing the available
SAML authentication settings and servers for the provided MOVEit Transfer organization.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public MOVEitSAMLInfo OrgGetSAMLInfo(
string OrgID
)
Public Function OrgGetSAMLInfo (
OrgID As String
) As MOVEitSAMLInfo
public:
MOVEitSAMLInfo^ OrgGetSAMLInfo(
String^ OrgID
)
Parameters
- OrgID
- Type: SystemString
Organization ID
Return Value
Type:
MOVEitSAMLInfo
SAML information object if successful; otherwise,
null.
See Also