Skip to content

add x-model-simple-name to authnmapping spec #678

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-05-27 17:12:16.501759",
"spec_repo_commit": "ed439f7c"
"regenerated": "2025-05-28 13:09:22.377089",
"spec_repo_commit": "2791ac3e"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-05-27 17:12:16.518477",
"spec_repo_commit": "ed439f7c"
"regenerated": "2025-05-28 13:09:22.393346",
"spec_repo_commit": "2791ac3e"
}
}
}
26 changes: 26 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3714,6 +3714,7 @@ components:
- id
- type
type: object
x-model-simple-name: AuthNMapping
AuthNMappingAttributes:
description: Attributes of AuthN Mapping.
properties:
Expand Down Expand Up @@ -3742,6 +3743,7 @@ components:
example: '0'
type: string
type: object
x-model-simple-name: AuthNAttributes
AuthNMappingCreateAttributes:
description: Key/Value pair of attributes used for create request.
properties:
Expand All @@ -3756,6 +3758,7 @@ components:
example: Development
type: string
type: object
x-model-simple-name: CreateAttributes
AuthNMappingCreateData:
description: Data for creating an AuthN Mapping.
properties:
Expand All @@ -3768,11 +3771,13 @@ components:
required:
- type
type: object
x-model-simple-name: CreateData
AuthNMappingCreateRelationships:
description: Relationship of AuthN Mapping create object to a Role or Team.
oneOf:
- $ref: '#/components/schemas/AuthNMappingRelationshipToRole'
- $ref: '#/components/schemas/AuthNMappingRelationshipToTeam'
x-model-simple-name: CreateRelationships
AuthNMappingCreateRequest:
description: Request for creating an AuthN Mapping.
properties:
Expand All @@ -3781,12 +3786,14 @@ components:
required:
- data
type: object
x-model-simple-name: CreateRequest
AuthNMappingIncluded:
description: Included data in the AuthN Mapping response.
oneOf:
- $ref: '#/components/schemas/SAMLAssertionAttribute'
- $ref: '#/components/schemas/Role'
- $ref: '#/components/schemas/AuthNMappingTeam'
x-model-simple-name: Included
AuthNMappingRelationshipToRole:
description: Relationship of AuthN Mapping to a Role.
properties:
Expand All @@ -3795,6 +3802,7 @@ components:
required:
- role
type: object
x-model-simple-name: RoleRelationship
AuthNMappingRelationshipToTeam:
description: Relationship of AuthN Mapping to a Team.
properties:
Expand All @@ -3803,6 +3811,7 @@ components:
required:
- team
type: object
x-model-simple-name: TeamRelationship
AuthNMappingRelationships:
description: All relationships associated with AuthN Mapping.
properties:
Expand All @@ -3813,6 +3822,7 @@ components:
team:
$ref: '#/components/schemas/RelationshipToTeam'
type: object
x-model-simple-name: Relationships
AuthNMappingResourceType:
description: The type of resource being mapped to.
enum:
Expand All @@ -3822,6 +3832,7 @@ components:
x-enum-varnames:
- ROLE
- TEAM
x-model-simple-name: ResourceType
AuthNMappingResponse:
description: AuthN Mapping response from the API.
properties:
Expand All @@ -3833,6 +3844,7 @@ components:
$ref: '#/components/schemas/AuthNMappingIncluded'
type: array
type: object
x-model-simple-name: Response
AuthNMappingTeam:
description: Team.
properties:
Expand All @@ -3845,6 +3857,7 @@ components:
type:
$ref: '#/components/schemas/TeamType'
type: object
x-model-simple-name: Team
AuthNMappingTeamAttributes:
description: Team attributes.
properties:
Expand Down Expand Up @@ -3887,6 +3900,7 @@ components:
readOnly: true
type: integer
type: object
x-model-simple-name: TeamAttributes
AuthNMappingUpdateAttributes:
description: Key/Value pair of attributes used for update request.
properties:
Expand All @@ -3901,6 +3915,7 @@ components:
example: Development
type: string
type: object
x-model-simple-name: UpdateAttributes
AuthNMappingUpdateData:
description: Data for updating an AuthN Mapping.
properties:
Expand All @@ -3918,11 +3933,13 @@ components:
- id
- type
type: object
x-model-simple-name: UpdateData
AuthNMappingUpdateRelationships:
description: Relationship of AuthN Mapping update object to a Role or Team.
oneOf:
- $ref: '#/components/schemas/AuthNMappingRelationshipToRole'
- $ref: '#/components/schemas/AuthNMappingRelationshipToTeam'
x-model-simple-name: UpdateRelationships
AuthNMappingUpdateRequest:
description: Request to update an AuthN Mapping.
properties:
Expand All @@ -3931,6 +3948,7 @@ components:
required:
- data
type: object
x-model-simple-name: UpdateRequest
AuthNMappingsResponse:
description: Array of AuthN Mappings response.
properties:
Expand All @@ -3947,6 +3965,7 @@ components:
meta:
$ref: '#/components/schemas/ResponseMetaAttributes'
type: object
x-model-simple-name: ListResponse
AuthNMappingsSort:
description: Sorting options for AuthN Mappings.
enum:
Expand Down Expand Up @@ -3976,6 +3995,7 @@ components:
- SAML_ASSERTION_ATTRIBUTE_KEY_DESCENDING
- SAML_ASSERTION_ATTRIBUTE_VALUE_ASCENDING
- SAML_ASSERTION_ATTRIBUTE_VALUE_DESCENDING
x-model-simple-name: Sort
AuthNMappingsType:
default: authn_mappings
description: AuthN Mappings resource type.
Expand All @@ -3985,6 +4005,7 @@ components:
type: string
x-enum-varnames:
- AUTHN_MAPPINGS
x-model-simple-name: Type
AwsAccountId:
description: The ID of the AWS account.
example: '123456789012'
Expand Down Expand Up @@ -29411,6 +29432,7 @@ components:
required:
- data
type: object
x-model-simple-name: SAMLAttributeRelationship
RelationshipToSAMLAssertionAttributeData:
description: Data of AuthN Mapping relationship to SAML Assertion Attribute.
properties:
Expand All @@ -29424,6 +29446,7 @@ components:
- id
- type
type: object
x-model-simple-name: SAMLAttributeData
RelationshipToTeam:
description: Relationship to team.
properties:
Expand Down Expand Up @@ -31170,6 +31193,7 @@ components:
- id
- type
type: object
x-model-simple-name: SAMLAttribute
SAMLAssertionAttributeAttributes:
description: Key/Value pair of attributes used in SAML assertion attributes.
properties:
Expand All @@ -31184,6 +31208,7 @@ components:
example: Development
type: string
type: object
x-model-simple-name: SAMLAttributeAttributes
SAMLAssertionAttributesType:
default: saml_assertion_attributes
description: SAML assertion attributes resource type.
Expand All @@ -31193,6 +31218,7 @@ components:
type: string
x-enum-varnames:
- SAML_ASSERTION_ATTRIBUTES
x-model-simple-name: SAMLType
SBOM:
description: A single SBOM
properties:
Expand Down
Loading