iosRedirectSingleSignOnExtension resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Represents a Redirect-type Single Sign-On extension profile for iOS devices.

Inherits from iosSingleSignOnExtension

Properties

Property Type Description
extensionIdentifier String Gets or sets the bundle ID of the app extension that performs SSO for the specified URLs.
teamIdentifier String Gets or sets the team ID of the app extension that performs SSO for the specified URLs.
configurations keyTypedValuePair collection Gets or sets a list of typed key-value pairs used to configure Credential-type profiles. This collection can contain a maximum of 500 elements.
urlPrefixes String collection One or more URL prefixes of identity providers on whose behalf the app extension performs single sign-on. URLs must begin with http:// or https://. All URL prefixes must be unique for all profiles.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.iosRedirectSingleSignOnExtension",
  "extensionIdentifier": "String",
  "teamIdentifier": "String",
  "configurations": [
    {
      "@odata.type": "microsoft.graph.keyTypedValuePair",
      "key": "String"
    }
  ],
  "urlPrefixes": [
    "String"
  ]
}