MOVEitSAMLInfo.SAMLIdentityProvider.SingleSignonServices Property |
List of single signon services provided by the identity provider.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic IList<MOVEitSAMLInfo. SAMLServiceEndpoint> SingleSignonServices { get; }
Public ReadOnly Property SingleSignonServices As IList(Of MOVEitSAMLInfo.SAMLServiceEndpoint)
Get
public:
property IList<MOVEitSAMLInfo. SAMLServiceEndpoint^>^ SingleSignonServices {
IList<MOVEitSAMLInfo. SAMLServiceEndpoint^>^ get ();
}
Property Value
Type:
IList<MOVEitSAMLInfo.SAMLServiceEndpoint>
See Also