Skip to main content

Federationprotocoldetails

Properties

NameTypeDescriptionNotes
RoleEnum [ "SAML_IDP", "SAML_SP" ]Federation protocol role[optional]
EntityIdStringAn 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

[Back to top]