Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 783 Bytes

SAMLAccessRules.md

File metadata and controls

14 lines (10 loc) · 783 Bytes

akeyless.Model.SAMLAccessRules

Properties

Name Type Description Notes
AllowedRedirectURIs List<string> Allowed redirect URIs after the authentication [optional]
BoundAttributes List<SAMLAttribute> The attributes that login is restricted to. [optional]
IdpMetadataUrl string IDP metadata url [optional]
IdpMetadataXml string IDP metadata XML [optional]
UniqueIdentifier string A unique identifier to distinguish different users [optional]

[Back to Model list] [Back to API list] [Back to README]