Skip to content

Commit

Permalink
Merge pull request #52 from pingidentity/resource-link-location-removal
Browse files Browse the repository at this point in the history
remove location from ResourceLink object
  • Loading branch information
wesleymccollam authored May 23, 2024
2 parents b7aa335 + c71a312 commit fc913cb
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 385 deletions.
61 changes: 28 additions & 33 deletions api/pf-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13803,11 +13803,6 @@ components:
id:
type: string
description: The ID of the resource.
location:
type: string
description:
"A read-only URL that references the resource. If the resource\
\ is not currently URL-accessible, this property will be null."
description: A reference to a resource.
ApiResult:
type: object
Expand Down Expand Up @@ -22617,11 +22612,11 @@ components:
p256ActiveCertRef:
position: 15
description: Reference to the P-256 key currently active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
p256PreviousCertRef:
position: 20
description: Reference to the P-256 key previously active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
p256PublishX5cParameter:
type: boolean
position: 25
Expand All @@ -22637,11 +22632,11 @@ components:
p384ActiveCertRef:
position: 30
description: Reference to the P-384 key currently active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
p384PreviousCertRef:
position: 35
description: Reference to the P-384 key previously active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
p384PublishX5cParameter:
type: boolean
position: 40
Expand All @@ -22657,11 +22652,11 @@ components:
p521ActiveCertRef:
position: 45
description: Reference to the P-521 key currently active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
p521PreviousCertRef:
position: 50
description: Reference to the P-521 key previously active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
p521PublishX5cParameter:
type: boolean
position: 55
Expand All @@ -22677,11 +22672,11 @@ components:
rsaActiveCertRef:
position: 60
description: Reference to the RSA key currently active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
rsaPreviousCertRef:
position: 65
description: Reference to the RSA key previously active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
rsaPublishX5cParameter:
type: boolean
position: 70
Expand All @@ -22697,11 +22692,11 @@ components:
p256DecryptionActiveCertRef:
position: 75
description: Reference to the P-256 decryption key currently active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
p256DecryptionPreviousCertRef:
position: 80
description: Reference to the P-256 decryption key previously active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
p256DecryptionPublishX5cParameter:
type: boolean
position: 85
Expand All @@ -22717,11 +22712,11 @@ components:
p384DecryptionActiveCertRef:
position: 90
description: Reference to the P-384 decryption key currently active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
p384DecryptionPreviousCertRef:
position: 95
description: Reference to the P-384 decryption key previously active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
p384DecryptionPublishX5cParameter:
type: boolean
position: 100
Expand All @@ -22737,11 +22732,11 @@ components:
p521DecryptionActiveCertRef:
position: 105
description: Reference to the P-521 decryption key currently active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
p521DecryptionPreviousCertRef:
position: 110
description: Reference to the P-521 decryption key previously active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
p521DecryptionPublishX5cParameter:
type: boolean
position: 115
Expand All @@ -22757,11 +22752,11 @@ components:
rsaDecryptionActiveCertRef:
position: 120
description: Reference to the RSA decryption key currently active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
rsaDecryptionPreviousCertRef:
position: 125
description: Reference to the RSA decryption key previously active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
rsaDecryptionPublishX5cParameter:
type: boolean
position: 130
Expand All @@ -22779,13 +22774,13 @@ components:
position: 140
description: PingFederate uses the same RSA key for all RSA signing algorithms. To enable active RSA JWK entry to have unique single valued ''alg'' parameter, use this list to set a key identifier for each RSA algorithm (RS256, RS384, RS512, PS256, PS384 and PS512).
items:
$ref: '#/components/schemas/RsaAlgKeyId'
$ref: "#/components/schemas/RsaAlgKeyId"
rsaAlgorithmPreviousKeyIds:
type: array
position: 150
description: PingFederate uses the same RSA key for all RSA signing algorithms. To enable previously active RSA JWK entry to have unique single valued ''alg'' parameter, use this list to set a key identifier for each RSA algorithm (RS256, RS384, RS512, PS256, PS384 and PS512).
items:
$ref: '#/components/schemas/RsaAlgKeyId'
$ref: "#/components/schemas/RsaAlgKeyId"
description: Setting for OAuth/OpenID Connect signing and decryption key settings.
AdditionalKeySet:
required:
Expand Down Expand Up @@ -22839,11 +22834,11 @@ components:
p256ActiveCertRef:
position: 15
description: Reference to the P-256 key currently active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
p256PreviousCertRef:
position: 20
description: Reference to the P-256 key previously active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
p256PublishX5cParameter:
type: boolean
position: 25
Expand All @@ -22859,11 +22854,11 @@ components:
p384ActiveCertRef:
position: 30
description: Reference to the P-384 key currently active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
p384PreviousCertRef:
position: 35
description: Reference to the P-384 key previously active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
p384PublishX5cParameter:
type: boolean
position: 40
Expand All @@ -22879,11 +22874,11 @@ components:
p521ActiveCertRef:
position: 45
description: Reference to the P-521 key currently active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
p521PreviousCertRef:
position: 50
description: Reference to the P-521 key previously active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
p521PublishX5cParameter:
type: boolean
position: 55
Expand All @@ -22899,11 +22894,11 @@ components:
rsaActiveCertRef:
position: 60
description: Reference to the RSA key currently active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
rsaPreviousCertRef:
position: 65
description: Reference to the RSA key previously active.
$ref: '#/components/schemas/ResourceLink'
$ref: "#/components/schemas/ResourceLink"
rsaPublishX5cParameter:
type: boolean
position: 67
Expand All @@ -22921,13 +22916,13 @@ components:
position: 75
description: PingFederate uses the same RSA key for all RSA signing algorithms. To enable active RSA JWK entry to have unique single valued ''alg'' parameter, use this list to set a key identifier for each RSA algorithm (RS256, RS384, RS512, PS256, PS384 and PS512).
items:
$ref: '#/components/schemas/RsaAlgKeyId'
$ref: "#/components/schemas/RsaAlgKeyId"
rsaAlgorithmPreviousKeyIds:
type: array
position: 80
description: PingFederate uses the same RSA key for all RSA signing algorithms. To enable previously active RSA JWK entry to have unique single valued ''alg'' parameter, use this list to set a key identifier for each RSA algorithm (RS256, RS384, RS512, PS256, PS384 and PS512).
items:
$ref: '#/components/schemas/RsaAlgKeyId'
$ref: "#/components/schemas/RsaAlgKeyId"
description:
Setting for a OAuth/OpenID Connect signing key set while using
multiple virtual issuers.
Expand Down
Loading

0 comments on commit fc913cb

Please sign in to comment.