GetOpenIDConnectProviderRequest

APIs.ioEngineeringPlatform

Properties

Name Type Description
OpenIDConnectProviderArn object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-getopenidconnectproviderrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetOpenIDConnectProviderRequest",
  "title": "GetOpenIDConnectProviderRequest",
  "type": "object",
  "required": [
    "OpenIDConnectProviderArn"
  ],
  "properties": {
    "OpenIDConnectProviderArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/arnType"
        },
        {
          "description": "<p>The Amazon Resource Name (ARN) of the OIDC provider resource object in IAM to get information for. You can get a list of OIDC provider resource ARNs by using the <a>ListOpenIDConnectProviders</a> operation.</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>"
        }
      ]
    }
  }
}