Skip to content

Commit 55b7bd5

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 2791ac3e of spec repo
1 parent 9aef5c9 commit 55b7bd5

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-05-27 17:12:16.501759",
8-
"spec_repo_commit": "ed439f7c"
7+
"regenerated": "2025-05-28 13:09:22.377089",
8+
"spec_repo_commit": "2791ac3e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-27 17:12:16.518477",
13-
"spec_repo_commit": "ed439f7c"
12+
"regenerated": "2025-05-28 13:09:22.393346",
13+
"spec_repo_commit": "2791ac3e"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3714,6 +3714,7 @@ components:
37143714
- id
37153715
- type
37163716
type: object
3717+
x-model-simple-name: AuthNMapping
37173718
AuthNMappingAttributes:
37183719
description: Attributes of AuthN Mapping.
37193720
properties:
@@ -3742,6 +3743,7 @@ components:
37423743
example: '0'
37433744
type: string
37443745
type: object
3746+
x-model-simple-name: AuthNAttributes
37453747
AuthNMappingCreateAttributes:
37463748
description: Key/Value pair of attributes used for create request.
37473749
properties:
@@ -3756,6 +3758,7 @@ components:
37563758
example: Development
37573759
type: string
37583760
type: object
3761+
x-model-simple-name: CreateAttributes
37593762
AuthNMappingCreateData:
37603763
description: Data for creating an AuthN Mapping.
37613764
properties:
@@ -3768,11 +3771,13 @@ components:
37683771
required:
37693772
- type
37703773
type: object
3774+
x-model-simple-name: CreateData
37713775
AuthNMappingCreateRelationships:
37723776
description: Relationship of AuthN Mapping create object to a Role or Team.
37733777
oneOf:
37743778
- $ref: '#/components/schemas/AuthNMappingRelationshipToRole'
37753779
- $ref: '#/components/schemas/AuthNMappingRelationshipToTeam'
3780+
x-model-simple-name: CreateRelationships
37763781
AuthNMappingCreateRequest:
37773782
description: Request for creating an AuthN Mapping.
37783783
properties:
@@ -3781,12 +3786,14 @@ components:
37813786
required:
37823787
- data
37833788
type: object
3789+
x-model-simple-name: CreateRequest
37843790
AuthNMappingIncluded:
37853791
description: Included data in the AuthN Mapping response.
37863792
oneOf:
37873793
- $ref: '#/components/schemas/SAMLAssertionAttribute'
37883794
- $ref: '#/components/schemas/Role'
37893795
- $ref: '#/components/schemas/AuthNMappingTeam'
3796+
x-model-simple-name: Included
37903797
AuthNMappingRelationshipToRole:
37913798
description: Relationship of AuthN Mapping to a Role.
37923799
properties:
@@ -3795,6 +3802,7 @@ components:
37953802
required:
37963803
- role
37973804
type: object
3805+
x-model-simple-name: RoleRelationship
37983806
AuthNMappingRelationshipToTeam:
37993807
description: Relationship of AuthN Mapping to a Team.
38003808
properties:
@@ -3803,6 +3811,7 @@ components:
38033811
required:
38043812
- team
38053813
type: object
3814+
x-model-simple-name: TeamRelationship
38063815
AuthNMappingRelationships:
38073816
description: All relationships associated with AuthN Mapping.
38083817
properties:
@@ -3813,6 +3822,7 @@ components:
38133822
team:
38143823
$ref: '#/components/schemas/RelationshipToTeam'
38153824
type: object
3825+
x-model-simple-name: Relationships
38163826
AuthNMappingResourceType:
38173827
description: The type of resource being mapped to.
38183828
enum:
@@ -3822,6 +3832,7 @@ components:
38223832
x-enum-varnames:
38233833
- ROLE
38243834
- TEAM
3835+
x-model-simple-name: ResourceType
38253836
AuthNMappingResponse:
38263837
description: AuthN Mapping response from the API.
38273838
properties:
@@ -3833,6 +3844,7 @@ components:
38333844
$ref: '#/components/schemas/AuthNMappingIncluded'
38343845
type: array
38353846
type: object
3847+
x-model-simple-name: Response
38363848
AuthNMappingTeam:
38373849
description: Team.
38383850
properties:
@@ -3845,6 +3857,7 @@ components:
38453857
type:
38463858
$ref: '#/components/schemas/TeamType'
38473859
type: object
3860+
x-model-simple-name: Team
38483861
AuthNMappingTeamAttributes:
38493862
description: Team attributes.
38503863
properties:
@@ -3887,6 +3900,7 @@ components:
38873900
readOnly: true
38883901
type: integer
38893902
type: object
3903+
x-model-simple-name: TeamAttributes
38903904
AuthNMappingUpdateAttributes:
38913905
description: Key/Value pair of attributes used for update request.
38923906
properties:
@@ -3901,6 +3915,7 @@ components:
39013915
example: Development
39023916
type: string
39033917
type: object
3918+
x-model-simple-name: UpdateAttributes
39043919
AuthNMappingUpdateData:
39053920
description: Data for updating an AuthN Mapping.
39063921
properties:
@@ -3918,11 +3933,13 @@ components:
39183933
- id
39193934
- type
39203935
type: object
3936+
x-model-simple-name: UpdateData
39213937
AuthNMappingUpdateRelationships:
39223938
description: Relationship of AuthN Mapping update object to a Role or Team.
39233939
oneOf:
39243940
- $ref: '#/components/schemas/AuthNMappingRelationshipToRole'
39253941
- $ref: '#/components/schemas/AuthNMappingRelationshipToTeam'
3942+
x-model-simple-name: UpdateRelationships
39263943
AuthNMappingUpdateRequest:
39273944
description: Request to update an AuthN Mapping.
39283945
properties:
@@ -3931,6 +3948,7 @@ components:
39313948
required:
39323949
- data
39333950
type: object
3951+
x-model-simple-name: UpdateRequest
39343952
AuthNMappingsResponse:
39353953
description: Array of AuthN Mappings response.
39363954
properties:
@@ -3947,6 +3965,7 @@ components:
39473965
meta:
39483966
$ref: '#/components/schemas/ResponseMetaAttributes'
39493967
type: object
3968+
x-model-simple-name: ListResponse
39503969
AuthNMappingsSort:
39513970
description: Sorting options for AuthN Mappings.
39523971
enum:
@@ -3976,6 +3995,7 @@ components:
39763995
- SAML_ASSERTION_ATTRIBUTE_KEY_DESCENDING
39773996
- SAML_ASSERTION_ATTRIBUTE_VALUE_ASCENDING
39783997
- SAML_ASSERTION_ATTRIBUTE_VALUE_DESCENDING
3998+
x-model-simple-name: Sort
39793999
AuthNMappingsType:
39804000
default: authn_mappings
39814001
description: AuthN Mappings resource type.
@@ -3985,6 +4005,7 @@ components:
39854005
type: string
39864006
x-enum-varnames:
39874007
- AUTHN_MAPPINGS
4008+
x-model-simple-name: Type
39884009
AwsAccountId:
39894010
description: The ID of the AWS account.
39904011
example: '123456789012'
@@ -29411,6 +29432,7 @@ components:
2941129432
required:
2941229433
- data
2941329434
type: object
29435+
x-model-simple-name: SAMLAttributeRelationship
2941429436
RelationshipToSAMLAssertionAttributeData:
2941529437
description: Data of AuthN Mapping relationship to SAML Assertion Attribute.
2941629438
properties:
@@ -29424,6 +29446,7 @@ components:
2942429446
- id
2942529447
- type
2942629448
type: object
29449+
x-model-simple-name: SAMLAttributeData
2942729450
RelationshipToTeam:
2942829451
description: Relationship to team.
2942929452
properties:
@@ -31170,6 +31193,7 @@ components:
3117031193
- id
3117131194
- type
3117231195
type: object
31196+
x-model-simple-name: SAMLAttribute
3117331197
SAMLAssertionAttributeAttributes:
3117431198
description: Key/Value pair of attributes used in SAML assertion attributes.
3117531199
properties:
@@ -31184,6 +31208,7 @@ components:
3118431208
example: Development
3118531209
type: string
3118631210
type: object
31211+
x-model-simple-name: SAMLAttributeAttributes
3118731212
SAMLAssertionAttributesType:
3118831213
default: saml_assertion_attributes
3118931214
description: SAML assertion attributes resource type.
@@ -31193,6 +31218,7 @@ components:
3119331218
type: string
3119431219
x-enum-varnames:
3119531220
- SAML_ASSERTION_ATTRIBUTES
31221+
x-model-simple-name: SAMLType
3119631222
SBOM:
3119731223
description: A single SBOM
3119831224
properties:

0 commit comments

Comments
 (0)