File tree 2 files changed +0
-103
lines changed
2 files changed +0
-103
lines changed Original file line number Diff line number Diff line change @@ -24873,36 +24873,6 @@ enum SecurityVulnerabilityOrderField {
24873
24873
UPDATED_AT
24874
24874
}
24875
24875
24876
- """
24877
- Autogenerated input type of SetEnterpriseIdentityProvider
24878
- """
24879
- input SetEnterpriseIdentityProviderInput {
24880
- """
24881
- A unique identifier for the client performing the mutation.
24882
- """
24883
- clientMutationId: String
24884
-
24885
- """
24886
- The ID of the enterprise on which to set an identity provider.
24887
- """
24888
- enterpriseId: ID!
24889
-
24890
- """
24891
- The x509 certificate used by the identity provider to sign assertions and responses.
24892
- """
24893
- idpCertificate: String!
24894
-
24895
- """
24896
- The Issuer Entity ID for the SAML identity provider
24897
- """
24898
- issuer: String
24899
-
24900
- """
24901
- The URL endpoint for the identity provider's SAML SSO.
24902
- """
24903
- ssoUrl: URI!
24904
- }
24905
-
24906
24876
"""
24907
24877
Represents an S/MIME signature on a Commit or Tag.
24908
24878
"""
Original file line number Diff line number Diff line change 79531
79531
"enumValues": null,
79532
79532
"possibleTypes": null
79533
79533
},
79534
- {
79535
- "kind": "INPUT_OBJECT",
79536
- "name": "SetEnterpriseIdentityProviderInput",
79537
- "description": "Autogenerated input type of SetEnterpriseIdentityProvider",
79538
- "fields": null,
79539
- "inputFields": [
79540
- {
79541
- "name": "enterpriseId",
79542
- "description": "The ID of the enterprise on which to set an identity provider.",
79543
- "type": {
79544
- "kind": "NON_NULL",
79545
- "name": null,
79546
- "ofType": {
79547
- "kind": "SCALAR",
79548
- "name": "ID",
79549
- "ofType": null
79550
- }
79551
- },
79552
- "defaultValue": null
79553
- },
79554
- {
79555
- "name": "ssoUrl",
79556
- "description": "The URL endpoint for the identity provider's SAML SSO.",
79557
- "type": {
79558
- "kind": "NON_NULL",
79559
- "name": null,
79560
- "ofType": {
79561
- "kind": "SCALAR",
79562
- "name": "URI",
79563
- "ofType": null
79564
- }
79565
- },
79566
- "defaultValue": null
79567
- },
79568
- {
79569
- "name": "issuer",
79570
- "description": "The Issuer Entity ID for the SAML identity provider",
79571
- "type": {
79572
- "kind": "SCALAR",
79573
- "name": "String",
79574
- "ofType": null
79575
- },
79576
- "defaultValue": null
79577
- },
79578
- {
79579
- "name": "idpCertificate",
79580
- "description": "The x509 certificate used by the identity provider to sign assertions and responses.",
79581
- "type": {
79582
- "kind": "NON_NULL",
79583
- "name": null,
79584
- "ofType": {
79585
- "kind": "SCALAR",
79586
- "name": "String",
79587
- "ofType": null
79588
- }
79589
- },
79590
- "defaultValue": null
79591
- },
79592
- {
79593
- "name": "clientMutationId",
79594
- "description": "A unique identifier for the client performing the mutation.",
79595
- "type": {
79596
- "kind": "SCALAR",
79597
- "name": "String",
79598
- "ofType": null
79599
- },
79600
- "defaultValue": null
79601
- }
79602
- ],
79603
- "interfaces": null,
79604
- "enumValues": null,
79605
- "possibleTypes": null
79606
- },
79607
79534
{
79608
79535
"kind": "INPUT_OBJECT",
79609
79536
"name": "RemoveEnterpriseIdentityProviderInput",
You can’t perform that action at this time.
0 commit comments