Skip to content

Commit 726473f

Browse files
Octomergerrachmari
andauthored
GraphQL schema update (github#38027)
Co-authored-by: rachmari <[email protected]>
1 parent cbb1348 commit 726473f

File tree

6 files changed

+138
-138
lines changed

6 files changed

+138
-138
lines changed

data/graphql/ghae/schema.docs-ghae.graphql

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -20264,17 +20264,17 @@ Metadata for an audit entry with action oauth_application.*
2026420264
"""
2026520265
interface OauthApplicationAuditEntryData {
2026620266
"""
20267-
The name of the OAuth Application.
20267+
The name of the OAuth application.
2026820268
"""
2026920269
oauthApplicationName: String
2027020270

2027120271
"""
20272-
The HTTP path for the OAuth Application
20272+
The HTTP path for the OAuth application
2027320273
"""
2027420274
oauthApplicationResourcePath: URI
2027520275

2027620276
"""
20277-
The HTTP URL for the OAuth Application
20277+
The HTTP URL for the OAuth application
2027820278
"""
2027920279
oauthApplicationUrl: URI
2028020280
}
@@ -20319,12 +20319,12 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic
2031920319
actorUrl: URI
2032020320

2032120321
"""
20322-
The application URL of the OAuth Application.
20322+
The application URL of the OAuth application.
2032320323
"""
2032420324
applicationUrl: URI
2032520325

2032620326
"""
20327-
The callback URL of the OAuth Application.
20327+
The callback URL of the OAuth application.
2032820328
"""
2032920329
callbackUrl: URI
2033020330

@@ -20335,17 +20335,17 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic
2033520335
id: ID!
2033620336

2033720337
"""
20338-
The name of the OAuth Application.
20338+
The name of the OAuth application.
2033920339
"""
2034020340
oauthApplicationName: String
2034120341

2034220342
"""
20343-
The HTTP path for the OAuth Application
20343+
The HTTP path for the OAuth application
2034420344
"""
2034520345
oauthApplicationResourcePath: URI
2034620346

2034720347
"""
20348-
The HTTP URL for the OAuth Application
20348+
The HTTP URL for the OAuth application
2034920349
"""
2035020350
oauthApplicationUrl: URI
2035120351

@@ -20375,12 +20375,12 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic
2037520375
organizationUrl: URI
2037620376

2037720377
"""
20378-
The rate limit of the OAuth Application.
20378+
The rate limit of the OAuth application.
2037920379
"""
2038020380
rateLimit: Int
2038120381

2038220382
"""
20383-
The state of the OAuth Application.
20383+
The state of the OAuth application.
2038420384
"""
2038520385
state: OauthApplicationCreateAuditEntryState
2038620386

@@ -20406,21 +20406,21 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic
2040620406
}
2040720407

2040820408
"""
20409-
The state of an OAuth Application when it was created.
20409+
The state of an OAuth application when it was created.
2041020410
"""
2041120411
enum OauthApplicationCreateAuditEntryState {
2041220412
"""
20413-
The OAuth Application was active and allowed to have OAuth Accesses.
20413+
The OAuth application was active and allowed to have OAuth Accesses.
2041420414
"""
2041520415
ACTIVE
2041620416

2041720417
"""
20418-
The OAuth Application was in the process of being deleted.
20418+
The OAuth application was in the process of being deleted.
2041920419
"""
2042020420
PENDING_DELETION
2042120421

2042220422
"""
20423-
The OAuth Application was suspended from generating OAuth Accesses due to abuse or security concerns.
20423+
The OAuth application was suspended from generating OAuth Accesses due to abuse or security concerns.
2042420424
"""
2042520425
SUSPENDED
2042620426
}
@@ -21970,17 +21970,17 @@ type OrgOauthAppAccessApprovedAuditEntry implements AuditEntry & Node & OauthApp
2197021970
id: ID!
2197121971

2197221972
"""
21973-
The name of the OAuth Application.
21973+
The name of the OAuth application.
2197421974
"""
2197521975
oauthApplicationName: String
2197621976

2197721977
"""
21978-
The HTTP path for the OAuth Application
21978+
The HTTP path for the OAuth application
2197921979
"""
2198021980
oauthApplicationResourcePath: URI
2198121981

2198221982
"""
21983-
The HTTP URL for the OAuth Application
21983+
The HTTP URL for the OAuth application
2198421984
"""
2198521985
oauthApplicationUrl: URI
2198621986

@@ -22076,17 +22076,17 @@ type OrgOauthAppAccessDeniedAuditEntry implements AuditEntry & Node & OauthAppli
2207622076
id: ID!
2207722077

2207822078
"""
22079-
The name of the OAuth Application.
22079+
The name of the OAuth application.
2208022080
"""
2208122081
oauthApplicationName: String
2208222082

2208322083
"""
22084-
The HTTP path for the OAuth Application
22084+
The HTTP path for the OAuth application
2208522085
"""
2208622086
oauthApplicationResourcePath: URI
2208722087

2208822088
"""
22089-
The HTTP URL for the OAuth Application
22089+
The HTTP URL for the OAuth application
2209022090
"""
2209122091
oauthApplicationUrl: URI
2209222092

@@ -22182,17 +22182,17 @@ type OrgOauthAppAccessRequestedAuditEntry implements AuditEntry & Node & OauthAp
2218222182
id: ID!
2218322183

2218422184
"""
22185-
The name of the OAuth Application.
22185+
The name of the OAuth application.
2218622186
"""
2218722187
oauthApplicationName: String
2218822188

2218922189
"""
22190-
The HTTP path for the OAuth Application
22190+
The HTTP path for the OAuth application
2219122191
"""
2219222192
oauthApplicationResourcePath: URI
2219322193

2219422194
"""
22195-
The HTTP URL for the OAuth Application
22195+
The HTTP URL for the OAuth application
2219622196
"""
2219722197
oauthApplicationUrl: URI
2219822198

data/graphql/ghec/schema.docs.graphql

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23599,17 +23599,17 @@ Metadata for an audit entry with action oauth_application.*
2359923599
"""
2360023600
interface OauthApplicationAuditEntryData {
2360123601
"""
23602-
The name of the OAuth Application.
23602+
The name of the OAuth application.
2360323603
"""
2360423604
oauthApplicationName: String
2360523605

2360623606
"""
23607-
The HTTP path for the OAuth Application
23607+
The HTTP path for the OAuth application
2360823608
"""
2360923609
oauthApplicationResourcePath: URI
2361023610

2361123611
"""
23612-
The HTTP URL for the OAuth Application
23612+
The HTTP URL for the OAuth application
2361323613
"""
2361423614
oauthApplicationUrl: URI
2361523615
}
@@ -23654,12 +23654,12 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic
2365423654
actorUrl: URI
2365523655

2365623656
"""
23657-
The application URL of the OAuth Application.
23657+
The application URL of the OAuth application.
2365823658
"""
2365923659
applicationUrl: URI
2366023660

2366123661
"""
23662-
The callback URL of the OAuth Application.
23662+
The callback URL of the OAuth application.
2366323663
"""
2366423664
callbackUrl: URI
2366523665

@@ -23670,17 +23670,17 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic
2367023670
id: ID!
2367123671

2367223672
"""
23673-
The name of the OAuth Application.
23673+
The name of the OAuth application.
2367423674
"""
2367523675
oauthApplicationName: String
2367623676

2367723677
"""
23678-
The HTTP path for the OAuth Application
23678+
The HTTP path for the OAuth application
2367923679
"""
2368023680
oauthApplicationResourcePath: URI
2368123681

2368223682
"""
23683-
The HTTP URL for the OAuth Application
23683+
The HTTP URL for the OAuth application
2368423684
"""
2368523685
oauthApplicationUrl: URI
2368623686

@@ -23710,12 +23710,12 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic
2371023710
organizationUrl: URI
2371123711

2371223712
"""
23713-
The rate limit of the OAuth Application.
23713+
The rate limit of the OAuth application.
2371423714
"""
2371523715
rateLimit: Int
2371623716

2371723717
"""
23718-
The state of the OAuth Application.
23718+
The state of the OAuth application.
2371923719
"""
2372023720
state: OauthApplicationCreateAuditEntryState
2372123721

@@ -23741,21 +23741,21 @@ type OauthApplicationCreateAuditEntry implements AuditEntry & Node & OauthApplic
2374123741
}
2374223742

2374323743
"""
23744-
The state of an OAuth Application when it was created.
23744+
The state of an OAuth application when it was created.
2374523745
"""
2374623746
enum OauthApplicationCreateAuditEntryState {
2374723747
"""
23748-
The OAuth Application was active and allowed to have OAuth Accesses.
23748+
The OAuth application was active and allowed to have OAuth Accesses.
2374923749
"""
2375023750
ACTIVE
2375123751

2375223752
"""
23753-
The OAuth Application was in the process of being deleted.
23753+
The OAuth application was in the process of being deleted.
2375423754
"""
2375523755
PENDING_DELETION
2375623756

2375723757
"""
23758-
The OAuth Application was suspended from generating OAuth Accesses due to abuse or security concerns.
23758+
The OAuth application was suspended from generating OAuth Accesses due to abuse or security concerns.
2375923759
"""
2376023760
SUSPENDED
2376123761
}
@@ -25305,17 +25305,17 @@ type OrgOauthAppAccessApprovedAuditEntry implements AuditEntry & Node & OauthApp
2530525305
id: ID!
2530625306

2530725307
"""
25308-
The name of the OAuth Application.
25308+
The name of the OAuth application.
2530925309
"""
2531025310
oauthApplicationName: String
2531125311

2531225312
"""
25313-
The HTTP path for the OAuth Application
25313+
The HTTP path for the OAuth application
2531425314
"""
2531525315
oauthApplicationResourcePath: URI
2531625316

2531725317
"""
25318-
The HTTP URL for the OAuth Application
25318+
The HTTP URL for the OAuth application
2531925319
"""
2532025320
oauthApplicationUrl: URI
2532125321

@@ -25411,17 +25411,17 @@ type OrgOauthAppAccessDeniedAuditEntry implements AuditEntry & Node & OauthAppli
2541125411
id: ID!
2541225412

2541325413
"""
25414-
The name of the OAuth Application.
25414+
The name of the OAuth application.
2541525415
"""
2541625416
oauthApplicationName: String
2541725417

2541825418
"""
25419-
The HTTP path for the OAuth Application
25419+
The HTTP path for the OAuth application
2542025420
"""
2542125421
oauthApplicationResourcePath: URI
2542225422

2542325423
"""
25424-
The HTTP URL for the OAuth Application
25424+
The HTTP URL for the OAuth application
2542525425
"""
2542625426
oauthApplicationUrl: URI
2542725427

@@ -25517,17 +25517,17 @@ type OrgOauthAppAccessRequestedAuditEntry implements AuditEntry & Node & OauthAp
2551725517
id: ID!
2551825518

2551925519
"""
25520-
The name of the OAuth Application.
25520+
The name of the OAuth application.
2552125521
"""
2552225522
oauthApplicationName: String
2552325523

2552425524
"""
25525-
The HTTP path for the OAuth Application
25525+
The HTTP path for the OAuth application
2552625526
"""
2552725527
oauthApplicationResourcePath: URI
2552825528

2552925529
"""
25530-
The HTTP URL for the OAuth Application
25530+
The HTTP URL for the OAuth application
2553125531
"""
2553225532
oauthApplicationUrl: URI
2553325533

0 commit comments

Comments
 (0)