" query GetSAMLIdentityProviderList($clientId: String, $page: Int, $count: Int){\n GetSAMLIdentityProviderList(clientId: $clientId, page: $page, count: $count){\n totalCount\n list{\n _id\n name\n domain\n image\n appSecret\n appId\n clientId\n description\n isDeleted\n enabled\n when\n SPMetadata\n attributeNameFormat\n customAttributes\n emailDomainTransformation\n authnContextClassRef\n IdPMetadata\n assertionConsumerUrl\n bindings\n nameIds\n attributes\n enableSignRes\n resSignAlgorithm\n resAbstractAlgorithm\n resSignPublicKey\n resSignPrivateKey\n resSignPrivateKeyPass\n enableSignReq\n reqSignPublicKey\n enableEncryptRes\n resEncryptPublicKey\n css\n }\n }\n}\n"