MOVEitSAMLInfo.SAMLIdentityProvider.ArtifactResolutionServices Property |
List of the artifact resolution 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> ArtifactResolutionServices { get; }
Public ReadOnly Property ArtifactResolutionServices As IList(Of MOVEitSAMLInfo.SAMLServiceEndpoint)
Get
public:
property IList<MOVEitSAMLInfo. SAMLServiceEndpoint^>^ ArtifactResolutionServices {
IList<MOVEitSAMLInfo. SAMLServiceEndpoint^>^ get ();
}
Property Value
Type:
IList<MOVEitSAMLInfo.SAMLServiceEndpoint>
See Also