Amazon IAM Identity Center · JSON Structure

Sso Admin Operation Status Filter Structure

Filters he operation status list based on the passed attribute value.

Type: object Properties: 1
Access ControlAuthenticationIdentity ManagementSingle Sign-On

OperationStatusFilter is a JSON Structure definition published by Amazon IAM Identity Center, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Status

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-identity-center/refs/heads/main/json-structure/sso-admin-operation-status-filter-structure.json",
  "name": "OperationStatusFilter",
  "description": "Filters he operation status list based on the passed attribute value.",
  "type": "object",
  "properties": {
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StatusValues"
        },
        {
          "description": "Filters the list operations result based on the status attribute."
        }
      ]
    }
  }
}