mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
Automated commit by github action: 4768438504
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
description: Client Runtime Logging Configuration
|
description: Client Runtime Logging Configuration
|
||||||
|
nullable: true
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- durationMinutes
|
- durationMinutes
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
description: Managed Client type
|
description: Managed Client type
|
||||||
type: string
|
type: string
|
||||||
example: CCG
|
example: CCG
|
||||||
|
nullable: true
|
||||||
enum:
|
enum:
|
||||||
- CCG
|
- CCG
|
||||||
- VA
|
- VA
|
||||||
- INTERNAL
|
- INTERNAL
|
||||||
|
- null
|
||||||
|
|||||||
@@ -74,14 +74,17 @@ properties:
|
|||||||
type: string
|
type: string
|
||||||
example: NORMAL
|
example: NORMAL
|
||||||
publicKeyCertificate:
|
publicKeyCertificate:
|
||||||
|
nullable: true
|
||||||
description: Public key certificate
|
description: Public key certificate
|
||||||
type: string
|
type: string
|
||||||
example: -----BEGIN CERTIFICATE-----TCCAb2gAwIBAgIBADANBgkqhkiG9w0BAQsFADAuMQ0wCwYDVQQD-----END CERTIFICATE-----
|
example: -----BEGIN CERTIFICATE-----TCCAb2gAwIBAgIBADANBgkqhkiG9w0BAQsFADAuMQ0wCwYDVQQD-----END CERTIFICATE-----
|
||||||
publicKeyThumbprint:
|
publicKeyThumbprint:
|
||||||
|
nullable: true
|
||||||
description: Public key thumbprint
|
description: Public key thumbprint
|
||||||
type: string
|
type: string
|
||||||
example: obc6pLiulGbtZ
|
example: obc6pLiulGbtZ
|
||||||
publicKey:
|
publicKey:
|
||||||
|
nullable: true
|
||||||
description: Public key
|
description: Public key
|
||||||
type: string
|
type: string
|
||||||
example: -----BEGIN PUBLIC KEY-----jANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3WgnsxP52MDgBTfHR+5n4-----END PUBLIC KEY-----
|
example: -----BEGIN PUBLIC KEY-----jANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3WgnsxP52MDgBTfHR+5n4-----END PUBLIC KEY-----
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ properties:
|
|||||||
description: ManagedCluster keystore for sqsCluster type
|
description: ManagedCluster keystore for sqsCluster type
|
||||||
$ref: './ManagedClusterQueue.yaml'
|
$ref: './ManagedClusterQueue.yaml'
|
||||||
keystore:
|
keystore:
|
||||||
|
nullable: true
|
||||||
description: ManagedCluster keystore for spConnectCluster type
|
description: ManagedCluster keystore for spConnectCluster type
|
||||||
type: string
|
type: string
|
||||||
example: /u3+7QAAAAIAAAABAAAAAQAvL3Byb3h5LWNsdXN0ZXIvMmM5MTgwODc3Yjg3MW
|
example: /u3+7QAAAAIAAAABAAAAAQAvL3Byb3h5LWNsdXN0ZXIvMmM5MTgwODc3Yjg3MW
|
||||||
|
|||||||
@@ -2,14 +2,17 @@ description: Managed Cluster key pair for Cluster
|
|||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
publicKey:
|
publicKey:
|
||||||
|
nullable: true
|
||||||
description: ManagedCluster publicKey
|
description: ManagedCluster publicKey
|
||||||
type: string
|
type: string
|
||||||
example: -----BEGIN PUBLIC KEY-----******-----END PUBLIC KEY-----
|
example: -----BEGIN PUBLIC KEY-----******-----END PUBLIC KEY-----
|
||||||
publicKeyThumbprint:
|
publicKeyThumbprint:
|
||||||
|
nullable: true
|
||||||
description: ManagedCluster publicKeyThumbprint
|
description: ManagedCluster publicKeyThumbprint
|
||||||
type: string
|
type: string
|
||||||
example: 6CMlaJIV44-xJxcB3CJBjDUUn54
|
example: 6CMlaJIV44-xJxcB3CJBjDUUn54
|
||||||
publicKeyCertificate:
|
publicKeyCertificate:
|
||||||
|
nullable: true
|
||||||
description: ManagedCluster publicKeyCertificate
|
description: ManagedCluster publicKeyCertificate
|
||||||
type: string
|
type: string
|
||||||
example: -----BEGIN CERTIFICATE-----****-----END CERTIFICATE-----
|
example: -----BEGIN CERTIFICATE-----****-----END CERTIFICATE-----
|
||||||
|
|||||||
Reference in New Issue
Block a user