# SAMLIDP Class

### NAMESPACE

RASAdminEngine.Core.OutputModels

### DESCRIPTION

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

### INHERITED FROM

[RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html)⇒[RASListObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASListObj.html)⇒SAMLIDP

### INTERFACES

* ISerializable
* IComparable

### PUBLIC PROPERTIES

| Type                                                                                                                                            | Name                      | Description                                                                                                                                      |                                                                    |
| ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------ |
| String                                                                                                                                          | AdminCreate               | Inherited from [RASListObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASListObj.html) |                                                                    |
| String                                                                                                                                          | AdminLastMod              | Inherited from [RASListObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASListObj.html) |                                                                    |
| Boolean                                                                                                                                         | AllowUnencryptedAssertion |                                                                                                                                                  | Allow unencrypted assertion                                        |
| [SAMLIDPAttributes](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/SAMLIDPAttributes.html) | Attributes                |                                                                                                                                                  |                                                                    |
| String                                                                                                                                          | Description               |                                                                                                                                                  | Description of the IDP                                             |
| Boolean                                                                                                                                         | Enabled                   |                                                                                                                                                  | Whether the IDP is enabled or not.                                 |
| String                                                                                                                                          | Host                      |                                                                                                                                                  | Specifies the host name                                            |
| UInt32                                                                                                                                          | Id                        |                                                                                                                                                  |                                                                    |
| 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://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASListObj.html) |                                                                    |
| DateTime                                                                                                                                        | TimeLastMod               | Inherited from [RASListObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASListObj.html) |                                                                    |

### PUBLIC METHODS

| Type    | Name                   | Description                                                                                                                                                    |   |
| ------- | ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | - |
| Int32   | CompareTo (Object obj) | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Boolean | Equals (Object obj)    | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Int32   | GetHashCode ()         | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Type    | GetType ()             |                                                                                                                                                                |   |
| String  | ToString ()            |                                                                                                                                                                |   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.parallels.com/landing/ras-powershell-api-guide/v19/parallels-ras-powershell-admin-module/class/samlidp-class.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
