mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.1 KiB
1.1 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| federation-protocol-details | FederationProtocolDetails | FederationProtocolDetails | FederationProtocolDetails | powershellsdk |
|
/tools/sdk/powershell/v3/models/federation-protocol-details |
|
FederationProtocolDetails
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Role | Enum [ "SAML_IDP", "SAML_SP" ] | Federation protocol role | [optional] |
| EntityId | String | An entity ID is a globally unique name for a SAML entity, either an Identity Provider (IDP) or a Service Provider (SP). | [optional] |
Examples
- Prepare the resource
$FederationProtocolDetails = Initialize-FederationProtocolDetails -Role SAML_IDP `
-EntityId http://www.okta.com/exkdaruy8Ln5Ry7C54x6
- Convert the resource to JSON
$FederationProtocolDetails | ConvertTo-JSON