Skip to content

Commit 1f2b8d1

Browse files
Update with code-generated api bindings and models performed 2021-08-05
1 parent 6482f60 commit 1f2b8d1

File tree

25 files changed

+322
-25
lines changed

25 files changed

+322
-25
lines changed

splunk_sdk/action/v1beta2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,4 +681,4 @@ paths:
681681
- Webhook Keys
682682
x-auth-required: false
683683

684-
# Retrieved from scp-openapi commit 17cef8cca256319b596db67514c7277b1576baf5 path: action/v1beta2/openapi.yaml
684+
# Retrieved from scp-openapi commit 5bcc18023c79088bf6bdbcad5d85d1bbdfda268b path: action/v1beta2/openapi.yaml

splunk_sdk/action/v2alpha1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,4 +731,4 @@ paths:
731731
- Webhook Keys
732732
x-auth-required: false
733733

734-
# Retrieved from scp-openapi commit 17cef8cca256319b596db67514c7277b1576baf5 path: action/v2alpha1/openapi.yaml
734+
# Retrieved from scp-openapi commit 5bcc18023c79088bf6bdbcad5d85d1bbdfda268b path: action/v2alpha1/openapi.yaml

splunk_sdk/app_registry/v1beta2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,4 +903,4 @@ paths:
903903
security:
904904
- BearerToken: []
905905

906-
# Retrieved from scp-openapi commit 17cef8cca256319b596db67514c7277b1576baf5 path: app-registry/v1beta2/openapi.yaml
906+
# Retrieved from scp-openapi commit 5bcc18023c79088bf6bdbcad5d85d1bbdfda268b path: app-registry/v1beta2/openapi.yaml

splunk_sdk/forwarders/v2beta1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,4 @@ paths:
234234
servers:
235235
- url: /
236236

237-
# Retrieved from scp-openapi commit 17cef8cca256319b596db67514c7277b1576baf5 path: forwarders/v2beta1/openapi.yaml
237+
# Retrieved from scp-openapi commit 5bcc18023c79088bf6bdbcad5d85d1bbdfda268b path: forwarders/v2beta1/openapi.yaml

splunk_sdk/identity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
With the Identity service in Splunk Cloud Services, you can authenticate and authorize Splunk Cloud Services users.
2525
26-
OpenAPI spec version: v3.3 (recommended default)
26+
OpenAPI spec version: v3.4 (recommended default)
2727
Generated by: https://openapi-generator.tech
2828
"""
2929

splunk_sdk/identity/v2beta1/openapi.yaml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,10 @@ components:
377377
type: string
378378
principal:
379379
type: string
380+
redirectUris:
381+
items:
382+
type: string
383+
type: array
380384
tenant:
381385
type: string
382386
type: object
@@ -441,6 +445,13 @@ components:
441445
minLength: 2
442446
type: string
443447
x-case-insensitive: true
448+
redirectUris:
449+
items:
450+
maxItems: 100
451+
maxLength: 256
452+
minLength: 8
453+
type: string
454+
type: array
444455
required:
445456
- name
446457
- principal
@@ -1525,6 +1536,16 @@ components:
15251536
description: Must be Bearer type
15261537
type: string
15271538
type: object
1539+
UpdateAppBody:
1540+
properties:
1541+
redirectUris:
1542+
items:
1543+
maxItems: 100
1544+
maxLength: 256
1545+
minLength: 8
1546+
type: string
1547+
type: array
1548+
type: object
15281549
UpdateIdpBody:
15291550
properties:
15301551
description:
@@ -2711,4 +2732,4 @@ security:
27112732
servers:
27122733
- url: /
27132734

2714-
# Retrieved from scp-openapi commit 17cef8cca256319b596db67514c7277b1576baf5 path: identity/v2beta1/openapi.yaml
2735+
# Retrieved from scp-openapi commit 5bcc18023c79088bf6bdbcad5d85d1bbdfda268b path: identity/v2beta1/openapi.yaml

splunk_sdk/identity/v3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
With the Identity service in Splunk Cloud Services, you can authenticate and authorize Splunk Cloud Services users.
2525
26-
OpenAPI spec version: v3.3 (recommended default)
26+
OpenAPI spec version: v3.4 (recommended default)
2727
Generated by: https://openapi-generator.tech
2828
"""
2929

splunk_sdk/identity/v3/gen_identity_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
With the Identity service in Splunk Cloud Services, you can authenticate and authorize Splunk Cloud Services users.
2323
24-
OpenAPI spec version: v3.3 (recommended default)
24+
OpenAPI spec version: v3.4 (recommended default)
2525
Generated by: https://openapi-generator.tech
2626
"""
2727

@@ -71,7 +71,7 @@
7171
class Identity(BaseService):
7272
"""
7373
Identity
74-
Version: v3.3
74+
Version: v3.4
7575
With the Identity service in Splunk Cloud Services, you can authenticate and authorize Splunk Cloud Services users.
7676
"""
7777

splunk_sdk/identity/v3/gen_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
With the Identity service in Splunk Cloud Services, you can authenticate and authorize Splunk Cloud Services users.
2121
22-
OpenAPI spec version: v3.3 (recommended default)
22+
OpenAPI spec version: v3.4 (recommended default)
2323
Generated by: https://openapi-generator.tech
2424
"""
2525

splunk_sdk/identity/v3/openapi.yaml

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,11 @@ components:
380380
principal:
381381
nullable: true
382382
type: string
383+
redirectUris:
384+
items:
385+
type: string
386+
nullable: true
387+
type: array
383388
tenant:
384389
nullable: true
385390
type: string
@@ -460,6 +465,13 @@ components:
460465
minLength: 2
461466
type: string
462467
x-case-insensitive: true
468+
redirectUris:
469+
items:
470+
maxItems: 100
471+
maxLength: 256
472+
minLength: 8
473+
type: string
474+
type: array
463475
required:
464476
- name
465477
- principal
@@ -1733,6 +1745,16 @@ components:
17331745
description: Must be Bearer type
17341746
type: string
17351747
type: object
1748+
UpdateAppBody:
1749+
properties:
1750+
redirectUris:
1751+
items:
1752+
maxItems: 100
1753+
maxLength: 256
1754+
minLength: 8
1755+
type: string
1756+
type: array
1757+
type: object
17361758
UpdateGroupBody:
17371759
properties:
17381760
description:
@@ -1878,7 +1900,7 @@ info:
18781900
description: With the Identity service in Splunk Cloud Services, you can authenticate
18791901
and authorize Splunk Cloud Services users.
18801902
title: Identity
1881-
version: v3.3
1903+
version: v3.4
18821904
openapi: 3.0.0
18831905
paths:
18841906
/{tenant}/identity/v3/groups:
@@ -3078,4 +3100,4 @@ security:
30783100
servers:
30793101
- url: /
30803102

3081-
# Retrieved from scp-openapi commit 17cef8cca256319b596db67514c7277b1576baf5 path: identity/v3/openapi.yaml
3103+
# Retrieved from scp-openapi commit 5bcc18023c79088bf6bdbcad5d85d1bbdfda268b path: identity/v3/openapi.yaml

0 commit comments

Comments
 (0)