@@ -3714,6 +3714,7 @@ components:
3714
3714
- id
3715
3715
- type
3716
3716
type: object
3717
+ x-model-simple-name: AuthNMapping
3717
3718
AuthNMappingAttributes:
3718
3719
description: Attributes of AuthN Mapping.
3719
3720
properties:
@@ -3742,6 +3743,7 @@ components:
3742
3743
example: '0'
3743
3744
type: string
3744
3745
type: object
3746
+ x-model-simple-name: AuthNAttributes
3745
3747
AuthNMappingCreateAttributes:
3746
3748
description: Key/Value pair of attributes used for create request.
3747
3749
properties:
@@ -3756,6 +3758,7 @@ components:
3756
3758
example: Development
3757
3759
type: string
3758
3760
type: object
3761
+ x-model-simple-name: CreateAttributes
3759
3762
AuthNMappingCreateData:
3760
3763
description: Data for creating an AuthN Mapping.
3761
3764
properties:
@@ -3768,11 +3771,13 @@ components:
3768
3771
required:
3769
3772
- type
3770
3773
type: object
3774
+ x-model-simple-name: CreateData
3771
3775
AuthNMappingCreateRelationships:
3772
3776
description: Relationship of AuthN Mapping create object to a Role or Team.
3773
3777
oneOf:
3774
3778
- $ref: '#/components/schemas/AuthNMappingRelationshipToRole'
3775
3779
- $ref: '#/components/schemas/AuthNMappingRelationshipToTeam'
3780
+ x-model-simple-name: CreateRelationships
3776
3781
AuthNMappingCreateRequest:
3777
3782
description: Request for creating an AuthN Mapping.
3778
3783
properties:
@@ -3781,12 +3786,14 @@ components:
3781
3786
required:
3782
3787
- data
3783
3788
type: object
3789
+ x-model-simple-name: CreateRequest
3784
3790
AuthNMappingIncluded:
3785
3791
description: Included data in the AuthN Mapping response.
3786
3792
oneOf:
3787
3793
- $ref: '#/components/schemas/SAMLAssertionAttribute'
3788
3794
- $ref: '#/components/schemas/Role'
3789
3795
- $ref: '#/components/schemas/AuthNMappingTeam'
3796
+ x-model-simple-name: Included
3790
3797
AuthNMappingRelationshipToRole:
3791
3798
description: Relationship of AuthN Mapping to a Role.
3792
3799
properties:
@@ -3795,6 +3802,7 @@ components:
3795
3802
required:
3796
3803
- role
3797
3804
type: object
3805
+ x-model-simple-name: RoleRelationship
3798
3806
AuthNMappingRelationshipToTeam:
3799
3807
description: Relationship of AuthN Mapping to a Team.
3800
3808
properties:
@@ -3803,6 +3811,7 @@ components:
3803
3811
required:
3804
3812
- team
3805
3813
type: object
3814
+ x-model-simple-name: TeamRelationship
3806
3815
AuthNMappingRelationships:
3807
3816
description: All relationships associated with AuthN Mapping.
3808
3817
properties:
@@ -3813,6 +3822,7 @@ components:
3813
3822
team:
3814
3823
$ref: '#/components/schemas/RelationshipToTeam'
3815
3824
type: object
3825
+ x-model-simple-name: Relationships
3816
3826
AuthNMappingResourceType:
3817
3827
description: The type of resource being mapped to.
3818
3828
enum:
@@ -3822,6 +3832,7 @@ components:
3822
3832
x-enum-varnames:
3823
3833
- ROLE
3824
3834
- TEAM
3835
+ x-model-simple-name: ResourceType
3825
3836
AuthNMappingResponse:
3826
3837
description: AuthN Mapping response from the API.
3827
3838
properties:
@@ -3833,6 +3844,7 @@ components:
3833
3844
$ref: '#/components/schemas/AuthNMappingIncluded'
3834
3845
type: array
3835
3846
type: object
3847
+ x-model-simple-name: Response
3836
3848
AuthNMappingTeam:
3837
3849
description: Team.
3838
3850
properties:
@@ -3845,6 +3857,7 @@ components:
3845
3857
type:
3846
3858
$ref: '#/components/schemas/TeamType'
3847
3859
type: object
3860
+ x-model-simple-name: Team
3848
3861
AuthNMappingTeamAttributes:
3849
3862
description: Team attributes.
3850
3863
properties:
@@ -3887,6 +3900,7 @@ components:
3887
3900
readOnly: true
3888
3901
type: integer
3889
3902
type: object
3903
+ x-model-simple-name: TeamAttributes
3890
3904
AuthNMappingUpdateAttributes:
3891
3905
description: Key/Value pair of attributes used for update request.
3892
3906
properties:
@@ -3901,6 +3915,7 @@ components:
3901
3915
example: Development
3902
3916
type: string
3903
3917
type: object
3918
+ x-model-simple-name: UpdateAttributes
3904
3919
AuthNMappingUpdateData:
3905
3920
description: Data for updating an AuthN Mapping.
3906
3921
properties:
@@ -3918,11 +3933,13 @@ components:
3918
3933
- id
3919
3934
- type
3920
3935
type: object
3936
+ x-model-simple-name: UpdateData
3921
3937
AuthNMappingUpdateRelationships:
3922
3938
description: Relationship of AuthN Mapping update object to a Role or Team.
3923
3939
oneOf:
3924
3940
- $ref: '#/components/schemas/AuthNMappingRelationshipToRole'
3925
3941
- $ref: '#/components/schemas/AuthNMappingRelationshipToTeam'
3942
+ x-model-simple-name: UpdateRelationships
3926
3943
AuthNMappingUpdateRequest:
3927
3944
description: Request to update an AuthN Mapping.
3928
3945
properties:
@@ -3931,6 +3948,7 @@ components:
3931
3948
required:
3932
3949
- data
3933
3950
type: object
3951
+ x-model-simple-name: UpdateRequest
3934
3952
AuthNMappingsResponse:
3935
3953
description: Array of AuthN Mappings response.
3936
3954
properties:
@@ -3947,6 +3965,7 @@ components:
3947
3965
meta:
3948
3966
$ref: '#/components/schemas/ResponseMetaAttributes'
3949
3967
type: object
3968
+ x-model-simple-name: ListResponse
3950
3969
AuthNMappingsSort:
3951
3970
description: Sorting options for AuthN Mappings.
3952
3971
enum:
@@ -3976,6 +3995,7 @@ components:
3976
3995
- SAML_ASSERTION_ATTRIBUTE_KEY_DESCENDING
3977
3996
- SAML_ASSERTION_ATTRIBUTE_VALUE_ASCENDING
3978
3997
- SAML_ASSERTION_ATTRIBUTE_VALUE_DESCENDING
3998
+ x-model-simple-name: Sort
3979
3999
AuthNMappingsType:
3980
4000
default: authn_mappings
3981
4001
description: AuthN Mappings resource type.
@@ -3985,6 +4005,7 @@ components:
3985
4005
type: string
3986
4006
x-enum-varnames:
3987
4007
- AUTHN_MAPPINGS
4008
+ x-model-simple-name: Type
3988
4009
AwsAccountId:
3989
4010
description: The ID of the AWS account.
3990
4011
example: '123456789012'
@@ -29411,6 +29432,7 @@ components:
29411
29432
required:
29412
29433
- data
29413
29434
type: object
29435
+ x-model-simple-name: SAMLAttributeRelationship
29414
29436
RelationshipToSAMLAssertionAttributeData:
29415
29437
description: Data of AuthN Mapping relationship to SAML Assertion Attribute.
29416
29438
properties:
@@ -29424,6 +29446,7 @@ components:
29424
29446
- id
29425
29447
- type
29426
29448
type: object
29449
+ x-model-simple-name: SAMLAttributeData
29427
29450
RelationshipToTeam:
29428
29451
description: Relationship to team.
29429
29452
properties:
@@ -31170,6 +31193,7 @@ components:
31170
31193
- id
31171
31194
- type
31172
31195
type: object
31196
+ x-model-simple-name: SAMLAttribute
31173
31197
SAMLAssertionAttributeAttributes:
31174
31198
description: Key/Value pair of attributes used in SAML assertion attributes.
31175
31199
properties:
@@ -31184,6 +31208,7 @@ components:
31184
31208
example: Development
31185
31209
type: string
31186
31210
type: object
31211
+ x-model-simple-name: SAMLAttributeAttributes
31187
31212
SAMLAssertionAttributesType:
31188
31213
default: saml_assertion_attributes
31189
31214
description: SAML assertion attributes resource type.
@@ -31193,6 +31218,7 @@ components:
31193
31218
type: string
31194
31219
x-enum-varnames:
31195
31220
- SAML_ASSERTION_ATTRIBUTES
31221
+ x-model-simple-name: SAMLType
31196
31222
SBOM:
31197
31223
description: A single SBOM
31198
31224
properties:
0 commit comments