This repository was archived by the owner on Jan 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8981,7 +8981,7 @@ export type OrganizationIdentityProvider = Node & {
89818981 /** External Identities provisioned by this Identity Provider */
89828982 externalIdentities: ExternalIdentityConnection;
89838983 id: Scalars["ID"];
8984- /** The x509 certificate used by the Identity Provder to sign assertions and responses. */
8984+ /** The x509 certificate used by the Identity Provider to sign assertions and responses. */
89858985 idpCertificate?: Maybe<Scalars["X509Certificate"]>;
89868986 /** The Issuer Entity ID for the SAML Identity Provider */
89878987 issuer?: Maybe<Scalars["String"]>;
Original file line number Diff line number Diff line change 4992949929 },
4993049930 {
4993149931 "name": "idpCertificate",
49932- "description": "The x509 certificate used by the Identity Provder to sign assertions and responses.",
49932+ "description": "The x509 certificate used by the Identity Provider to sign assertions and responses.",
4993349933 "args": [],
4993449934 "type": {
4993549935 "kind": "SCALAR",
Original file line number Diff line number Diff line change @@ -8035,7 +8035,7 @@ export declare type OrganizationIdentityProvider = Node & {
80358035 /** External Identities provisioned by this Identity Provider */
80368036 externalIdentities: ExternalIdentityConnection;
80378037 id: Scalars["ID"];
8038- /** The x509 certificate used by the Identity Provder to sign assertions and responses. */
8038+ /** The x509 certificate used by the Identity Provider to sign assertions and responses. */
80398039 idpCertificate?: Maybe<Scalars["X509Certificate"]>;
80408040 /** The Issuer Entity ID for the SAML Identity Provider */
80418041 issuer?: Maybe<Scalars["String"]>;
Original file line number Diff line number Diff line change @@ -8990,7 +8990,7 @@ export type OrganizationIdentityProvider = Node & {
89908990 /** External Identities provisioned by this Identity Provider */
89918991 externalIdentities: ExternalIdentityConnection;
89928992 id: Scalars["ID"];
8993- /** The x509 certificate used by the Identity Provder to sign assertions and responses. */
8993+ /** The x509 certificate used by the Identity Provider to sign assertions and responses. */
89948994 idpCertificate?: Maybe<Scalars["X509Certificate"]>;
89958995 /** The Issuer Entity ID for the SAML Identity Provider */
89968996 issuer?: Maybe<Scalars["String"]>;
You can’t perform that action at this time.
0 commit comments