GetSAMLProviderRequest

APIs.ioEngineeringPlatform

Properties

Name Type Description
SAMLProviderArn object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-getsamlproviderrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetSAMLProviderRequest",
  "title": "GetSAMLProviderRequest",
  "type": "object",
  "required": [
    "SAMLProviderArn"
  ],
  "properties": {
    "SAMLProviderArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/arnType"
        },
        {
          "description": "<p>The Amazon Resource Name (ARN) of the SAML provider resource object in IAM to get information about.</p> <p>For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>"
        }
      ]
    }
  }
}