# SAMLIDP

## NAMESPACE

RASAdminEngine.Core.OutputModels

## DESCRIPTION

The server or authorization authority that the client can use to authenticate

## INHERITED FROM

[RASSerilazableObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj)

⇒

[RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj)

⇒

SAMLIDP

## INTERFACES

* ISerializable
* IComparable

## PUBLIC PROPERTIES

| Type                                                                                                                                           | Name                      | Description                                                                                                                                                                             |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| String                                                                                                                                         | AdminCreate               | Inherited from [RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj) User who created the object.            |
| String                                                                                                                                         | AdminLastMod              | Inherited from [RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj) User who last modified the object.      |
| Boolean                                                                                                                                        | AllowUnencryptedAssertion | Allow unencrypted assertion                                                                                                                                                             |
| [SAMLIDPAttributes](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/samlidpattributes) | Attributes                |                                                                                                                                                                                         |
| String                                                                                                                                         | Description               | Description of the IDP                                                                                                                                                                  |
| Boolean                                                                                                                                        | Enabled                   | Whether the IDP is enabled or not.                                                                                                                                                      |
| String                                                                                                                                         | Host                      | Specifies the host name                                                                                                                                                                 |
| UInt32                                                                                                                                         | Id                        | ID of the object.                                                                                                                                                                       |
| String                                                                                                                                         | IDPCertificate            | IDP certificate                                                                                                                                                                         |
| String                                                                                                                                         | IDPEntityID               | IDP entity ID                                                                                                                                                                           |
| String                                                                                                                                         | LogonURL                  | Logon URL                                                                                                                                                                               |
| String                                                                                                                                         | LogoutURL                 | Logout URL                                                                                                                                                                              |
| String                                                                                                                                         | Name                      | Name of the IDP                                                                                                                                                                         |
| UInt32                                                                                                                                         | SiteId                    | Site ID                                                                                                                                                                                 |
| String                                                                                                                                         | SPCertificate             | Specifies the service provider certificate                                                                                                                                              |
| String                                                                                                                                         | SPEntityID                | Sends a unique ID as a parameter of the SAML token.                                                                                                                                     |
| String                                                                                                                                         | SPLogonURL                | Specifies where to redirect users so that they can authenticate.                                                                                                                        |
| String                                                                                                                                         | SPLogoutURL               | Specifies where to redirect users so that they can deauthenticate.                                                                                                                      |
| String                                                                                                                                         | SPReplyURL                | Specifies where to receive the SAML token.                                                                                                                                              |
| UInt32                                                                                                                                         | ThemeId                   | The theme ID associated with this SAML configuration                                                                                                                                    |
| DateTime                                                                                                                                       | TimeCreate                | Inherited from [RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj) Time when the object was created.       |
| DateTime                                                                                                                                       | TimeLastMod               | Inherited from [RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj) Time when the object was last modified. |

## PUBLIC METHODS

| Type                                                                                                                                                      | Name                       | Description                                                                                                                                                   |
| --------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Int32                                                                                                                                                     | CompareTo (Object obj)     | Inherited from [RASSerilazableObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj) |
| Boolean                                                                                                                                                   | Equals (Object obj)        | Inherited from [RASSerilazableObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj) |
| Int32                                                                                                                                                     | GetHashCode ()             | Inherited from [RASSerilazableObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj) |
| Type                                                                                                                                                      | GetType ()                 | String                                                                                                                                                        |
| ToString ()                                                                                                                                               | ### References to Commands |                                                                                                                                                               |
| --------------------------------------------------------                                                                                                  |                            |                                                                                                                                                               |
| [New-RASSAMLIDP](https://github.com/Parallels-Corp/TEST-docs/blob/LatestDoc/21_Release/20_RAS_21_API_Guides/PS_API/MD/RASAdmin/cmdlets/New-RASSAMLIDP.md) |                            |                                                                                                                                                               |
