File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8529,7 +8529,6 @@ export interface SystemConfiguration {
8529
8529
lastUpdateInstant ?: number ;
8530
8530
loginRecordConfiguration ?: LoginRecordConfiguration ;
8531
8531
reportTimezone ?: string ;
8532
- ssoConfiguration ?: SystemSSOConfiguration ;
8533
8532
uiConfiguration ?: UIConfiguration ;
8534
8533
}
8535
8534
@@ -8558,13 +8557,6 @@ export interface SystemLogsExportRequest extends BaseExportRequest {
8558
8557
lastNBytes ?: number ;
8559
8558
}
8560
8559
8561
- /**
8562
- * @author Brett Pontarelli
8563
- */
8564
- export interface SystemSSOConfiguration {
8565
- deviceTrustTimeToLiveInSeconds ?: number ;
8566
- }
8567
-
8568
8560
export interface Templates {
8569
8561
accountEdit ?: string ;
8570
8562
accountIndex ?: string ;
@@ -8638,6 +8630,7 @@ export interface Tenant {
8638
8630
passwordValidationRules ?: PasswordValidationRules ;
8639
8631
rateLimitConfiguration ?: TenantRateLimitConfiguration ;
8640
8632
registrationConfiguration ?: TenantRegistrationConfiguration ;
8633
+ ssoConfiguration ?: TenantSSOConfiguration ;
8641
8634
state ?: ObjectState ;
8642
8635
themeId ?: UUID ;
8643
8636
userDeletePolicy ?: TenantUserDeletePolicy ;
@@ -8738,6 +8731,13 @@ export interface TenantResponse {
8738
8731
tenants ?: Array < Tenant > ;
8739
8732
}
8740
8733
8734
+ /**
8735
+ * @author Brett Pontarelli
8736
+ */
8737
+ export interface TenantSSOConfiguration {
8738
+ deviceTrustTimeToLiveInSeconds ?: number ;
8739
+ }
8740
+
8741
8741
/**
8742
8742
* @author Daniel DeGroff
8743
8743
*/
You can’t perform that action at this time.
0 commit comments