@pulumi/okta 6.0.0-alpha.1759992240 → 6.0.0-alpha.1768025445
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adminRoleCustomAssignments.d.ts +76 -0
- package/adminRoleCustomAssignments.js +76 -0
- package/adminRoleCustomAssignments.js.map +1 -1
- package/apiServiceIntegration.d.ts +110 -0
- package/apiServiceIntegration.js +96 -0
- package/apiServiceIntegration.js.map +1 -0
- package/apiToken.d.ts +141 -0
- package/apiToken.js +93 -0
- package/apiToken.js.map +1 -0
- package/app/connection.d.ts +164 -0
- package/app/connection.js +136 -0
- package/app/connection.js.map +1 -0
- package/app/features.d.ts +121 -0
- package/app/features.js +77 -0
- package/app/features.js.map +1 -0
- package/app/getConnection.d.ts +106 -0
- package/app/getConnection.js +62 -0
- package/app/getConnection.js.map +1 -0
- package/app/getFeatures.d.ts +156 -0
- package/app/getFeatures.js +116 -0
- package/app/getFeatures.js.map +1 -0
- package/app/getToken.d.ts +98 -0
- package/app/getToken.js +62 -0
- package/app/getToken.js.map +1 -0
- package/app/groupAssignment.d.ts +1 -1
- package/app/groupAssignment.js +1 -1
- package/app/index.d.ts +18 -0
- package/app/index.js +25 -1
- package/app/index.js.map +1 -1
- package/app/oauth.d.ts +51 -0
- package/app/oauth.js +6 -0
- package/app/oauth.js.map +1 -1
- package/app/threeField.d.ts +15 -0
- package/app/threeField.js +15 -0
- package/app/threeField.js.map +1 -1
- package/app/token.d.ts +108 -0
- package/app/token.js +93 -0
- package/app/token.js.map +1 -0
- package/appSignonPolicyRule.d.ts +1 -7
- package/appSignonPolicyRule.js +1 -7
- package/appSignonPolicyRule.js.map +1 -1
- package/auth/getServerClients.d.ts +114 -0
- package/auth/getServerClients.js +58 -0
- package/auth/getServerClients.js.map +1 -0
- package/auth/getServerKeys.d.ts +113 -0
- package/auth/getServerKeys.js +70 -0
- package/auth/getServerKeys.js.map +1 -0
- package/auth/index.d.ts +6 -0
- package/auth/index.js +7 -1
- package/auth/index.js.map +1 -1
- package/authenticator.d.ts +42 -10
- package/authenticator.js +26 -4
- package/authenticator.js.map +1 -1
- package/customizedSigninPage.d.ts +68 -0
- package/customizedSigninPage.js +68 -0
- package/customizedSigninPage.js.map +1 -1
- package/device.d.ts +80 -0
- package/device.js +69 -0
- package/device.js.map +1 -0
- package/emailCustomization.d.ts +30 -0
- package/emailCustomization.js +30 -0
- package/emailCustomization.js.map +1 -1
- package/feature.d.ts +12 -0
- package/feature.js +12 -0
- package/feature.js.map +1 -1
- package/getApiServiceIntegration.d.ts +85 -0
- package/getApiServiceIntegration.js +78 -0
- package/getApiServiceIntegration.js.map +1 -0
- package/getApiToken.d.ts +88 -0
- package/getApiToken.js +52 -0
- package/getApiToken.js.map +1 -0
- package/getBehaviour.d.ts +4 -0
- package/getBehaviour.js +4 -0
- package/getBehaviour.js.map +1 -1
- package/getBrand.d.ts +30 -0
- package/getBrand.js +30 -0
- package/getBrand.js.map +1 -1
- package/getCatalogEntryUserAccessRequestFields.d.ts +42 -0
- package/getCatalogEntryUserAccessRequestFields.js +24 -0
- package/getCatalogEntryUserAccessRequestFields.js.map +1 -1
- package/getDevice.d.ts +90 -0
- package/getDevice.js +54 -0
- package/getDevice.js.map +1 -0
- package/getEmailCustomization.d.ts +36 -0
- package/getEmailCustomization.js +36 -0
- package/getEmailCustomization.js.map +1 -1
- package/getEmailCustomizations.d.ts +26 -0
- package/getEmailCustomizations.js +26 -0
- package/getEmailCustomizations.js.map +1 -1
- package/getHookKey.d.ts +77 -0
- package/getHookKey.js +52 -0
- package/getHookKey.js.map +1 -0
- package/getPrincipalEntitlements.d.ts +116 -0
- package/getPrincipalEntitlements.js +116 -0
- package/getPrincipalEntitlements.js.map +1 -1
- package/getPushProvider.d.ts +118 -0
- package/getPushProvider.js +86 -0
- package/getPushProvider.js.map +1 -0
- package/getRealmAssignment.d.ts +4 -0
- package/getRealmAssignment.js +4 -0
- package/getRealmAssignment.js.map +1 -1
- package/getRequestSettingResource.d.ts +4 -0
- package/getRequestSettingResource.js +4 -0
- package/getRequestSettingResource.js.map +1 -1
- package/getRequestV2.d.ts +79 -0
- package/getRequestV2.js +28 -0
- package/getRequestV2.js.map +1 -1
- package/getSecurityEventsProvider.d.ts +79 -0
- package/getSecurityEventsProvider.js +52 -0
- package/getSecurityEventsProvider.js.map +1 -0
- package/getTemplate.d.ts +26 -0
- package/getTemplate.js +26 -0
- package/getTemplate.js.map +1 -1
- package/getTemplates.d.ts +24 -0
- package/getTemplates.js +24 -0
- package/getTemplates.js.map +1 -1
- package/getTheme.d.ts +26 -0
- package/getTheme.js +26 -0
- package/getTheme.js.map +1 -1
- package/getThemes.d.ts +24 -0
- package/getThemes.js +24 -0
- package/getThemes.js.map +1 -1
- package/getUiSchema.d.ts +80 -0
- package/getUiSchema.js +52 -0
- package/getUiSchema.js.map +1 -0
- package/group/owner.d.ts +24 -0
- package/group/owner.js +24 -0
- package/group/owner.js.map +1 -1
- package/group/role.d.ts +41 -0
- package/group/role.js +41 -0
- package/group/role.js.map +1 -1
- package/hookKey.d.ts +102 -0
- package/hookKey.js +79 -0
- package/hookKey.js.map +1 -0
- package/index.d.ts +42 -0
- package/index.js +61 -4
- package/index.js.map +1 -1
- package/inline/hook.d.ts +15 -15
- package/inline/hook.js +15 -15
- package/package.json +3 -3
- package/policy/deviceAssuranceAndroid.d.ts +24 -0
- package/policy/deviceAssuranceAndroid.js +24 -0
- package/policy/deviceAssuranceAndroid.js.map +1 -1
- package/policy/deviceAssuranceIos.d.ts +17 -0
- package/policy/deviceAssuranceIos.js +17 -0
- package/policy/deviceAssuranceIos.js.map +1 -1
- package/policy/deviceAssuranceMacos.d.ts +37 -0
- package/policy/deviceAssuranceMacos.js +37 -0
- package/policy/deviceAssuranceMacos.js.map +1 -1
- package/policy/deviceAssuranceWindows.d.ts +43 -0
- package/policy/deviceAssuranceWindows.js +43 -0
- package/policy/deviceAssuranceWindows.js.map +1 -1
- package/policy/mfa.d.ts +18 -0
- package/policy/mfa.js +2 -0
- package/policy/mfa.js.map +1 -1
- package/policyMfaDefault.d.ts +18 -0
- package/policyMfaDefault.js +2 -0
- package/policyMfaDefault.js.map +1 -1
- package/previewSigninPage.d.ts +68 -0
- package/previewSigninPage.js +68 -0
- package/previewSigninPage.js.map +1 -1
- package/pushProvider.d.ts +150 -0
- package/pushProvider.js +126 -0
- package/pushProvider.js.map +1 -0
- package/rateLimiting.d.ts +13 -0
- package/rateLimiting.js +13 -0
- package/rateLimiting.js.map +1 -1
- package/requestCondition.d.ts +47 -2
- package/requestCondition.js +42 -1
- package/requestCondition.js.map +1 -1
- package/requestSettingOrganization.d.ts +19 -0
- package/requestSettingOrganization.js +19 -0
- package/requestSettingOrganization.js.map +1 -1
- package/requestSettingResource.d.ts +20 -0
- package/requestSettingResource.js +20 -0
- package/requestSettingResource.js.map +1 -1
- package/requestV2.d.ts +39 -12
- package/requestV2.js +27 -0
- package/requestV2.js.map +1 -1
- package/securityEventsProvider.d.ts +138 -0
- package/securityEventsProvider.js +107 -0
- package/securityEventsProvider.js.map +1 -0
- package/theme.d.ts +23 -0
- package/theme.js +23 -0
- package/theme.js.map +1 -1
- package/types/input.d.ts +1041 -18
- package/types/output.d.ts +691 -5
- package/uiSchema.d.ts +74 -0
- package/uiSchema.js +73 -0
- package/uiSchema.js.map +1 -0
- package/user/getUser.d.ts +1 -0
- package/user/getUser.js.map +1 -1
- package/user/user.d.ts +12 -0
- package/user/user.js +2 -0
- package/user/user.js.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -1,4 +1,24 @@
|
|
|
1
1
|
import * as outputs from "../types/output";
|
|
2
|
+
export interface ApiServiceIntegrationGrantedScope {
|
|
3
|
+
/**
|
|
4
|
+
* The scope of the API service integration
|
|
5
|
+
*/
|
|
6
|
+
scope: string;
|
|
7
|
+
}
|
|
8
|
+
export interface ApiTokenNetwork {
|
|
9
|
+
/**
|
|
10
|
+
* The connection type of the Network Condition.
|
|
11
|
+
*/
|
|
12
|
+
connection?: string;
|
|
13
|
+
/**
|
|
14
|
+
* The IP address the excluded zone.
|
|
15
|
+
*/
|
|
16
|
+
excludes: string[];
|
|
17
|
+
/**
|
|
18
|
+
* The IP address the included zone.
|
|
19
|
+
*/
|
|
20
|
+
includes: string[];
|
|
21
|
+
}
|
|
2
22
|
export interface AppGroupAssignmentsGroup {
|
|
3
23
|
/**
|
|
4
24
|
* A group to associate with the application
|
|
@@ -502,6 +522,26 @@ export interface FeatureStage {
|
|
|
502
522
|
state: string;
|
|
503
523
|
value: string;
|
|
504
524
|
}
|
|
525
|
+
export interface GetApiServiceIntegrationGrantedScope {
|
|
526
|
+
/**
|
|
527
|
+
* The scope of the API service integration granted.
|
|
528
|
+
*/
|
|
529
|
+
scope: string;
|
|
530
|
+
}
|
|
531
|
+
export interface GetApiTokenNetwork {
|
|
532
|
+
/**
|
|
533
|
+
* The connection type of the Network Condition.
|
|
534
|
+
*/
|
|
535
|
+
connection: string;
|
|
536
|
+
/**
|
|
537
|
+
* The IP address the excluded zone.
|
|
538
|
+
*/
|
|
539
|
+
excludes: string[];
|
|
540
|
+
/**
|
|
541
|
+
* The IP address the included zone.
|
|
542
|
+
*/
|
|
543
|
+
includes: string[];
|
|
544
|
+
}
|
|
505
545
|
export interface GetAppsApp {
|
|
506
546
|
adminNote: string;
|
|
507
547
|
created: string;
|
|
@@ -934,6 +974,78 @@ export interface GetDeviceAssurancePolicyThirdPartySignalProviderDtcBrowserVersi
|
|
|
934
974
|
export interface GetDeviceAssurancePolicyThirdPartySignalProviderDtcOsVersion {
|
|
935
975
|
minimum: string;
|
|
936
976
|
}
|
|
977
|
+
export interface GetDeviceProfile {
|
|
978
|
+
/**
|
|
979
|
+
* The disk encryption type of the device.
|
|
980
|
+
*/
|
|
981
|
+
diskEncryptionType: string;
|
|
982
|
+
/**
|
|
983
|
+
* The display name of the device.
|
|
984
|
+
*/
|
|
985
|
+
displayName: string;
|
|
986
|
+
/**
|
|
987
|
+
* The International Mobile Equipment Identity (IMEI) of the device.
|
|
988
|
+
*/
|
|
989
|
+
imei: string;
|
|
990
|
+
/**
|
|
991
|
+
* Indicates if the device is jailbroken or rooted. Only applicable to IOS and ANDROID platforms.
|
|
992
|
+
*/
|
|
993
|
+
integrityJailBreak: boolean;
|
|
994
|
+
/**
|
|
995
|
+
* The manufacturer of the device.
|
|
996
|
+
*/
|
|
997
|
+
manufacturer: string;
|
|
998
|
+
/**
|
|
999
|
+
* The Mobile Equipment Identifier (MEID) of the device.
|
|
1000
|
+
*/
|
|
1001
|
+
meid: string;
|
|
1002
|
+
/**
|
|
1003
|
+
* The model of the device.
|
|
1004
|
+
*/
|
|
1005
|
+
model: string;
|
|
1006
|
+
/**
|
|
1007
|
+
* The OS version of the device.
|
|
1008
|
+
*/
|
|
1009
|
+
osVersion: string;
|
|
1010
|
+
/**
|
|
1011
|
+
* The platform of the device.
|
|
1012
|
+
*/
|
|
1013
|
+
platform: string;
|
|
1014
|
+
/**
|
|
1015
|
+
* Indicates if the device is registered at Okta.
|
|
1016
|
+
*/
|
|
1017
|
+
registered: boolean;
|
|
1018
|
+
/**
|
|
1019
|
+
* Indicates if secure hardware is present on the device.
|
|
1020
|
+
*/
|
|
1021
|
+
secureHardwarePresent: boolean;
|
|
1022
|
+
/**
|
|
1023
|
+
* The serial number of the device.
|
|
1024
|
+
*/
|
|
1025
|
+
serialNumber: string;
|
|
1026
|
+
/**
|
|
1027
|
+
* The Security Identifier (SID) of the device.
|
|
1028
|
+
*/
|
|
1029
|
+
sid: string;
|
|
1030
|
+
/**
|
|
1031
|
+
* Windows Trusted Platform Module hash value.
|
|
1032
|
+
*/
|
|
1033
|
+
tpmPublicKeyHash: string;
|
|
1034
|
+
/**
|
|
1035
|
+
* MacOS Unique device identifier of the device.
|
|
1036
|
+
*/
|
|
1037
|
+
udid: string;
|
|
1038
|
+
}
|
|
1039
|
+
export interface GetDeviceResourceDisplayName {
|
|
1040
|
+
/**
|
|
1041
|
+
* Indicates if the resource display name is sensitive.
|
|
1042
|
+
*/
|
|
1043
|
+
sensitive: boolean;
|
|
1044
|
+
/**
|
|
1045
|
+
* The value of the resource display name.
|
|
1046
|
+
*/
|
|
1047
|
+
value: string;
|
|
1048
|
+
}
|
|
937
1049
|
export interface GetDomainDnsRecord {
|
|
938
1050
|
/**
|
|
939
1051
|
* TXT record expiration
|
|
@@ -1339,9 +1451,43 @@ export interface GetPrincipalEntitlementsTargetPrincipal {
|
|
|
1339
1451
|
externalId: string;
|
|
1340
1452
|
type: string;
|
|
1341
1453
|
}
|
|
1454
|
+
export interface GetPushProviderConfiguration {
|
|
1455
|
+
apnsConfiguration?: outputs.GetPushProviderConfigurationApnsConfiguration;
|
|
1456
|
+
fcmConfiguration?: outputs.GetPushProviderConfigurationFcmConfiguration;
|
|
1457
|
+
}
|
|
1458
|
+
export interface GetPushProviderConfigurationApnsConfiguration {
|
|
1459
|
+
/**
|
|
1460
|
+
* File name for Admin Console display.
|
|
1461
|
+
*/
|
|
1462
|
+
fileName: string;
|
|
1463
|
+
/**
|
|
1464
|
+
* 10-character Key ID obtained from the Apple developer account. Required for APNS provider type.
|
|
1465
|
+
*/
|
|
1466
|
+
keyId: string;
|
|
1467
|
+
/**
|
|
1468
|
+
* 10-character Team ID used to develop the iOS app. Required for APNS provider type.
|
|
1469
|
+
*/
|
|
1470
|
+
teamId: string;
|
|
1471
|
+
}
|
|
1472
|
+
export interface GetPushProviderConfigurationFcmConfiguration {
|
|
1473
|
+
/**
|
|
1474
|
+
* JSON containing the private service account key and service account details. Required for FCM provider type.
|
|
1475
|
+
*/
|
|
1476
|
+
serviceAccountJson?: outputs.GetPushProviderConfigurationFcmConfigurationServiceAccountJson;
|
|
1477
|
+
}
|
|
1478
|
+
export interface GetPushProviderConfigurationFcmConfigurationServiceAccountJson {
|
|
1479
|
+
/**
|
|
1480
|
+
* File name for Admin Console display.
|
|
1481
|
+
*/
|
|
1482
|
+
fileName: string;
|
|
1483
|
+
/**
|
|
1484
|
+
* The project ID.
|
|
1485
|
+
*/
|
|
1486
|
+
projectId: string;
|
|
1487
|
+
}
|
|
1342
1488
|
export interface GetRequestConditionAccessScopeSettings {
|
|
1343
1489
|
/**
|
|
1344
|
-
*
|
|
1490
|
+
* Block list of groups/entitlement bundles ids.
|
|
1345
1491
|
*/
|
|
1346
1492
|
ids?: outputs.GetRequestConditionAccessScopeSettingsId[];
|
|
1347
1493
|
type: string;
|
|
@@ -1354,7 +1500,7 @@ export interface GetRequestConditionAccessScopeSettingsId {
|
|
|
1354
1500
|
}
|
|
1355
1501
|
export interface GetRequestConditionRequesterSettings {
|
|
1356
1502
|
/**
|
|
1357
|
-
*
|
|
1503
|
+
* Block list of teams/groups ids.
|
|
1358
1504
|
*/
|
|
1359
1505
|
ids?: outputs.GetRequestConditionRequesterSettingsId[];
|
|
1360
1506
|
type: string;
|
|
@@ -1564,6 +1710,20 @@ export interface GetReviewReviewerProfile {
|
|
|
1564
1710
|
login: string;
|
|
1565
1711
|
status: string;
|
|
1566
1712
|
}
|
|
1713
|
+
export interface GetSecurityEventsProviderSettings {
|
|
1714
|
+
/**
|
|
1715
|
+
* Issuer URL.
|
|
1716
|
+
*/
|
|
1717
|
+
issuer: string;
|
|
1718
|
+
/**
|
|
1719
|
+
* The public URL where the JWKS public key is uploaded.
|
|
1720
|
+
*/
|
|
1721
|
+
jwksUrl: string;
|
|
1722
|
+
/**
|
|
1723
|
+
* The published well-known URL of the Security Events Provider (the SSF transmitter).
|
|
1724
|
+
*/
|
|
1725
|
+
wellKnownUrl: string;
|
|
1726
|
+
}
|
|
1567
1727
|
export interface GetTemplatesEmailTemplate {
|
|
1568
1728
|
/**
|
|
1569
1729
|
* Link relations for this object - JSON HAL - Discoverable resources related to the email template
|
|
@@ -1650,6 +1810,45 @@ export interface GetTrustedOriginsTrustedOrigin {
|
|
|
1650
1810
|
*/
|
|
1651
1811
|
scopes: string[];
|
|
1652
1812
|
}
|
|
1813
|
+
export interface GetUiSchemaUiSchema {
|
|
1814
|
+
/**
|
|
1815
|
+
* Specifies the button label for the Submit button at the bottom of the enrollment form.
|
|
1816
|
+
*/
|
|
1817
|
+
buttonLabel: string;
|
|
1818
|
+
elements?: outputs.GetUiSchemaUiSchemaElement[];
|
|
1819
|
+
/**
|
|
1820
|
+
* Specifies the label at the top of the enrollment form under the logo.
|
|
1821
|
+
*/
|
|
1822
|
+
label: string;
|
|
1823
|
+
/**
|
|
1824
|
+
* Specifies the type of layout.
|
|
1825
|
+
*/
|
|
1826
|
+
type: string;
|
|
1827
|
+
}
|
|
1828
|
+
export interface GetUiSchemaUiSchemaElement {
|
|
1829
|
+
/**
|
|
1830
|
+
* Label name for the UI element.
|
|
1831
|
+
*/
|
|
1832
|
+
label: string;
|
|
1833
|
+
/**
|
|
1834
|
+
* UI Schema element options object.
|
|
1835
|
+
*/
|
|
1836
|
+
options?: outputs.GetUiSchemaUiSchemaElementOptions;
|
|
1837
|
+
/**
|
|
1838
|
+
* Specifies the property bound to the input field. It must follow the format #/properties/PROPERTY_NAME where PROPERTY_NAME is a variable name for an attribute in profile editor.
|
|
1839
|
+
*/
|
|
1840
|
+
scope: string;
|
|
1841
|
+
/**
|
|
1842
|
+
* Specifies the relationship between this input element and scope. The Control value specifies that this input controls the value represented by scope.
|
|
1843
|
+
*/
|
|
1844
|
+
type: string;
|
|
1845
|
+
}
|
|
1846
|
+
export interface GetUiSchemaUiSchemaElementOptions {
|
|
1847
|
+
/**
|
|
1848
|
+
* Specifies how the input appears.
|
|
1849
|
+
*/
|
|
1850
|
+
format: string;
|
|
1851
|
+
}
|
|
1653
1852
|
export interface GetUserSecurityQuestionsQuestion {
|
|
1654
1853
|
key: string;
|
|
1655
1854
|
text: string;
|
|
@@ -1749,6 +1948,80 @@ export interface PreviewSigninPageWidgetCustomizations {
|
|
|
1749
1948
|
usernameLabel?: string;
|
|
1750
1949
|
widgetGeneration: string;
|
|
1751
1950
|
}
|
|
1951
|
+
export interface PushProviderConfiguration {
|
|
1952
|
+
apnsConfiguration?: outputs.PushProviderConfigurationApnsConfiguration;
|
|
1953
|
+
fcmConfiguration?: outputs.PushProviderConfigurationFcmConfiguration;
|
|
1954
|
+
}
|
|
1955
|
+
export interface PushProviderConfigurationApnsConfiguration {
|
|
1956
|
+
/**
|
|
1957
|
+
* File name for Admin Console display.
|
|
1958
|
+
*/
|
|
1959
|
+
fileName?: string;
|
|
1960
|
+
/**
|
|
1961
|
+
* 10-character Key ID obtained from the Apple developer account. Required for APNS provider type.
|
|
1962
|
+
*/
|
|
1963
|
+
keyId?: string;
|
|
1964
|
+
/**
|
|
1965
|
+
* 10-character Team ID used to develop the iOS app. Required for APNS provider type.
|
|
1966
|
+
*/
|
|
1967
|
+
teamId?: string;
|
|
1968
|
+
/**
|
|
1969
|
+
* APNs private authentication token signing key. Required for APNS provider type.
|
|
1970
|
+
*/
|
|
1971
|
+
tokenSigningKey?: string;
|
|
1972
|
+
}
|
|
1973
|
+
export interface PushProviderConfigurationFcmConfiguration {
|
|
1974
|
+
/**
|
|
1975
|
+
* JSON containing the private service account key and service account details. Required for FCM provider type.
|
|
1976
|
+
*/
|
|
1977
|
+
serviceAccountJson?: outputs.PushProviderConfigurationFcmConfigurationServiceAccountJson;
|
|
1978
|
+
}
|
|
1979
|
+
export interface PushProviderConfigurationFcmConfigurationServiceAccountJson {
|
|
1980
|
+
/**
|
|
1981
|
+
* The auth provider x509 cert URL.
|
|
1982
|
+
*/
|
|
1983
|
+
authProviderX509CertUrl?: string;
|
|
1984
|
+
/**
|
|
1985
|
+
* The auth URI.
|
|
1986
|
+
*/
|
|
1987
|
+
authUri?: string;
|
|
1988
|
+
/**
|
|
1989
|
+
* The client email.
|
|
1990
|
+
*/
|
|
1991
|
+
clientEmail?: string;
|
|
1992
|
+
/**
|
|
1993
|
+
* The client ID.
|
|
1994
|
+
*/
|
|
1995
|
+
clientId?: string;
|
|
1996
|
+
/**
|
|
1997
|
+
* The client x509 cert URL.
|
|
1998
|
+
*/
|
|
1999
|
+
clientX509CertUrl?: string;
|
|
2000
|
+
/**
|
|
2001
|
+
* File name for Admin Console display.
|
|
2002
|
+
*/
|
|
2003
|
+
fileName?: string;
|
|
2004
|
+
/**
|
|
2005
|
+
* The private key.
|
|
2006
|
+
*/
|
|
2007
|
+
privateKey?: string;
|
|
2008
|
+
/**
|
|
2009
|
+
* The private key ID.
|
|
2010
|
+
*/
|
|
2011
|
+
privateKeyId?: string;
|
|
2012
|
+
/**
|
|
2013
|
+
* The project ID.
|
|
2014
|
+
*/
|
|
2015
|
+
projectId?: string;
|
|
2016
|
+
/**
|
|
2017
|
+
* The token URI.
|
|
2018
|
+
*/
|
|
2019
|
+
tokenUri?: string;
|
|
2020
|
+
/**
|
|
2021
|
+
* The type of the service account.
|
|
2022
|
+
*/
|
|
2023
|
+
type?: string;
|
|
2024
|
+
}
|
|
1752
2025
|
export interface RateLimitingUseCaseModeOverrides {
|
|
1753
2026
|
loginPage?: string;
|
|
1754
2027
|
oauth2Authorize?: string;
|
|
@@ -1763,7 +2036,7 @@ export interface RequestConditionAccessDurationSettings {
|
|
|
1763
2036
|
}
|
|
1764
2037
|
export interface RequestConditionAccessScopeSettings {
|
|
1765
2038
|
/**
|
|
1766
|
-
*
|
|
2039
|
+
* Block list of groups/entitlement bundles ids.
|
|
1767
2040
|
*/
|
|
1768
2041
|
ids?: outputs.RequestConditionAccessScopeSettingsId[];
|
|
1769
2042
|
type: string;
|
|
@@ -1776,7 +2049,7 @@ export interface RequestConditionAccessScopeSettingsId {
|
|
|
1776
2049
|
}
|
|
1777
2050
|
export interface RequestConditionRequesterSettings {
|
|
1778
2051
|
/**
|
|
1779
|
-
*
|
|
2052
|
+
* Block list of teams/groups ids.
|
|
1780
2053
|
*/
|
|
1781
2054
|
ids?: outputs.RequestConditionRequesterSettingsId[];
|
|
1782
2055
|
type: string;
|
|
@@ -1869,7 +2142,7 @@ export interface RequestV2RequestedFor {
|
|
|
1869
2142
|
}
|
|
1870
2143
|
export interface RequestV2RequesterFieldValue {
|
|
1871
2144
|
/**
|
|
1872
|
-
*
|
|
2145
|
+
* Request condition id.
|
|
1873
2146
|
*/
|
|
1874
2147
|
id?: string;
|
|
1875
2148
|
/**
|
|
@@ -1892,6 +2165,20 @@ export interface RequestV2RequesterFieldValue {
|
|
|
1892
2165
|
export interface RequestV2RequesterFieldValueValue {
|
|
1893
2166
|
value?: string;
|
|
1894
2167
|
}
|
|
2168
|
+
export interface SecurityEventsProviderSettings {
|
|
2169
|
+
/**
|
|
2170
|
+
* Issuer URL. Maximum length: 700 characters. To be used along with `jwksUrl`.
|
|
2171
|
+
*/
|
|
2172
|
+
issuer?: string;
|
|
2173
|
+
/**
|
|
2174
|
+
* The public URL where the JWKS public key is uploaded. Maximum length: 1000 characters. To be used along with `issuer`.
|
|
2175
|
+
*/
|
|
2176
|
+
jwksUrl?: string;
|
|
2177
|
+
/**
|
|
2178
|
+
* The published well-known URL of the Security Events Provider (the SSF transmitter). Maximum length: 1000 characters.
|
|
2179
|
+
*/
|
|
2180
|
+
wellKnownUrl?: string;
|
|
2181
|
+
}
|
|
1895
2182
|
export interface TemplateSmsTranslation {
|
|
1896
2183
|
/**
|
|
1897
2184
|
* The language to map the template to.
|
|
@@ -1902,6 +2189,45 @@ export interface TemplateSmsTranslation {
|
|
|
1902
2189
|
*/
|
|
1903
2190
|
template: string;
|
|
1904
2191
|
}
|
|
2192
|
+
export interface UiSchemaUiSchema {
|
|
2193
|
+
/**
|
|
2194
|
+
* Specifies the button label for the Submit button at the bottom of the enrollment form.
|
|
2195
|
+
*/
|
|
2196
|
+
buttonLabel?: string;
|
|
2197
|
+
elements?: outputs.UiSchemaUiSchemaElement[];
|
|
2198
|
+
/**
|
|
2199
|
+
* Specifies the label at the top of the enrollment form under the logo.
|
|
2200
|
+
*/
|
|
2201
|
+
label?: string;
|
|
2202
|
+
/**
|
|
2203
|
+
* Specifies the type of layout.
|
|
2204
|
+
*/
|
|
2205
|
+
type?: string;
|
|
2206
|
+
}
|
|
2207
|
+
export interface UiSchemaUiSchemaElement {
|
|
2208
|
+
/**
|
|
2209
|
+
* Label name for the UI element.
|
|
2210
|
+
*/
|
|
2211
|
+
label?: string;
|
|
2212
|
+
/**
|
|
2213
|
+
* UI Schema element options object.
|
|
2214
|
+
*/
|
|
2215
|
+
options?: outputs.UiSchemaUiSchemaElementOptions;
|
|
2216
|
+
/**
|
|
2217
|
+
* Specifies the property bound to the input field. It must follow the format #/properties/PROPERTY_NAME where PROPERTY_NAME is a variable name for an attribute in profile editor.
|
|
2218
|
+
*/
|
|
2219
|
+
scope: string;
|
|
2220
|
+
/**
|
|
2221
|
+
* Specifies the relationship between this input element and scope. The Control value specifies that this input controls the value represented by scope.
|
|
2222
|
+
*/
|
|
2223
|
+
type?: string;
|
|
2224
|
+
}
|
|
2225
|
+
export interface UiSchemaUiSchemaElementOptions {
|
|
2226
|
+
/**
|
|
2227
|
+
* Specifies how the input appears.
|
|
2228
|
+
*/
|
|
2229
|
+
format?: string;
|
|
2230
|
+
}
|
|
1905
2231
|
export interface UserSchemaPropertyArrayOneOf {
|
|
1906
2232
|
/**
|
|
1907
2233
|
* Value mapping to member of `arrayEnum`
|
|
@@ -1927,6 +2253,362 @@ export interface UserSchemaPropertyOneOf {
|
|
|
1927
2253
|
title: string;
|
|
1928
2254
|
}
|
|
1929
2255
|
export declare namespace app {
|
|
2256
|
+
interface ConnectionProfile {
|
|
2257
|
+
/**
|
|
2258
|
+
* Authentication scheme. Valid values are TOKEN or OAUTH2.
|
|
2259
|
+
*/
|
|
2260
|
+
authScheme: string;
|
|
2261
|
+
/**
|
|
2262
|
+
* OAuth2 client ID (required for OAUTH2 auth scheme).
|
|
2263
|
+
*/
|
|
2264
|
+
clientId?: string;
|
|
2265
|
+
/**
|
|
2266
|
+
* Additional settings for OAuth2 authentication.
|
|
2267
|
+
*/
|
|
2268
|
+
settings?: outputs.app.ConnectionProfileSettings;
|
|
2269
|
+
/**
|
|
2270
|
+
* Signing configuration.
|
|
2271
|
+
*/
|
|
2272
|
+
signing?: outputs.app.ConnectionProfileSigning;
|
|
2273
|
+
/**
|
|
2274
|
+
* Authentication token (required for TOKEN auth scheme).
|
|
2275
|
+
*/
|
|
2276
|
+
token?: string;
|
|
2277
|
+
}
|
|
2278
|
+
interface ConnectionProfileSettings {
|
|
2279
|
+
/**
|
|
2280
|
+
* Admin password for OAuth2.
|
|
2281
|
+
*/
|
|
2282
|
+
adminPassword?: string;
|
|
2283
|
+
/**
|
|
2284
|
+
* Admin username for OAuth2.
|
|
2285
|
+
*/
|
|
2286
|
+
adminUsername?: string;
|
|
2287
|
+
}
|
|
2288
|
+
interface ConnectionProfileSigning {
|
|
2289
|
+
/**
|
|
2290
|
+
* Token rotation mode.
|
|
2291
|
+
*/
|
|
2292
|
+
rotationMode?: string;
|
|
2293
|
+
}
|
|
2294
|
+
interface FeaturesCapabilities {
|
|
2295
|
+
/**
|
|
2296
|
+
* (Optional) Block for create lifecycle settings:
|
|
2297
|
+
*/
|
|
2298
|
+
create?: outputs.app.FeaturesCapabilitiesCreate;
|
|
2299
|
+
/**
|
|
2300
|
+
* (Optional) Block for import rules configuration:
|
|
2301
|
+
*/
|
|
2302
|
+
importRules?: outputs.app.FeaturesCapabilitiesImportRules;
|
|
2303
|
+
/**
|
|
2304
|
+
* (Optional) Block for import settings configuration:
|
|
2305
|
+
*/
|
|
2306
|
+
importSettings?: outputs.app.FeaturesCapabilitiesImportSettings;
|
|
2307
|
+
/**
|
|
2308
|
+
* (Optional) Block for update settings:
|
|
2309
|
+
*/
|
|
2310
|
+
update?: outputs.app.FeaturesCapabilitiesUpdate;
|
|
2311
|
+
}
|
|
2312
|
+
interface FeaturesCapabilitiesCreate {
|
|
2313
|
+
/**
|
|
2314
|
+
* (Optional) Block for create lifecycle configuration:
|
|
2315
|
+
*/
|
|
2316
|
+
lifecycleCreate?: outputs.app.FeaturesCapabilitiesCreateLifecycleCreate;
|
|
2317
|
+
}
|
|
2318
|
+
interface FeaturesCapabilitiesCreateLifecycleCreate {
|
|
2319
|
+
/**
|
|
2320
|
+
* The status of the feature. Valid values are `ENABLED` or `DISABLED`.
|
|
2321
|
+
*/
|
|
2322
|
+
status?: string;
|
|
2323
|
+
}
|
|
2324
|
+
interface FeaturesCapabilitiesImportRules {
|
|
2325
|
+
/**
|
|
2326
|
+
* (Optional) Block for user matching and creation rules:
|
|
2327
|
+
*/
|
|
2328
|
+
userCreateAndMatch?: outputs.app.FeaturesCapabilitiesImportRulesUserCreateAndMatch;
|
|
2329
|
+
}
|
|
2330
|
+
interface FeaturesCapabilitiesImportRulesUserCreateAndMatch {
|
|
2331
|
+
/**
|
|
2332
|
+
* (Optional) Whether to allow partial matching based on first and last names.
|
|
2333
|
+
*/
|
|
2334
|
+
allowPartialMatch?: boolean;
|
|
2335
|
+
/**
|
|
2336
|
+
* (Optional) Whether imported new users are automatically activated.
|
|
2337
|
+
*/
|
|
2338
|
+
autoActivateNewUsers?: boolean;
|
|
2339
|
+
/**
|
|
2340
|
+
* (Optional) Whether exact-matched users are automatically confirmed.
|
|
2341
|
+
*/
|
|
2342
|
+
autoconfirmExactMatch?: boolean;
|
|
2343
|
+
/**
|
|
2344
|
+
* (Optional) Whether imported new users are automatically confirmed.
|
|
2345
|
+
*/
|
|
2346
|
+
autoconfirmNewUsers?: boolean;
|
|
2347
|
+
/**
|
|
2348
|
+
* (Optional) Whether partially matched users are automatically confirmed.
|
|
2349
|
+
*/
|
|
2350
|
+
autoconfirmPartialMatch?: boolean;
|
|
2351
|
+
/**
|
|
2352
|
+
* (Optional) Attribute used for exact matching (e.g., `USERNAME`, `EMAIL`).
|
|
2353
|
+
*/
|
|
2354
|
+
exactMatchCriteria?: string;
|
|
2355
|
+
}
|
|
2356
|
+
interface FeaturesCapabilitiesImportSettings {
|
|
2357
|
+
/**
|
|
2358
|
+
* (Optional) Block for import schedule configuration:
|
|
2359
|
+
*/
|
|
2360
|
+
schedule?: outputs.app.FeaturesCapabilitiesImportSettingsSchedule;
|
|
2361
|
+
/**
|
|
2362
|
+
* (Optional) Block for username configuration:
|
|
2363
|
+
*/
|
|
2364
|
+
username?: outputs.app.FeaturesCapabilitiesImportSettingsUsername;
|
|
2365
|
+
}
|
|
2366
|
+
interface FeaturesCapabilitiesImportSettingsSchedule {
|
|
2367
|
+
/**
|
|
2368
|
+
* (Optional) Block for full import schedule:
|
|
2369
|
+
*/
|
|
2370
|
+
fullImport?: outputs.app.FeaturesCapabilitiesImportSettingsScheduleFullImport;
|
|
2371
|
+
/**
|
|
2372
|
+
* (Optional) Block for incremental import schedule:
|
|
2373
|
+
*/
|
|
2374
|
+
incrementalImport?: outputs.app.FeaturesCapabilitiesImportSettingsScheduleIncrementalImport;
|
|
2375
|
+
/**
|
|
2376
|
+
* The status of the feature. Valid values are `ENABLED` or `DISABLED`.
|
|
2377
|
+
*/
|
|
2378
|
+
status?: string;
|
|
2379
|
+
}
|
|
2380
|
+
interface FeaturesCapabilitiesImportSettingsScheduleFullImport {
|
|
2381
|
+
/**
|
|
2382
|
+
* (Optional) UNIX cron expression for incremental import schedule.
|
|
2383
|
+
*/
|
|
2384
|
+
expression?: string;
|
|
2385
|
+
/**
|
|
2386
|
+
* (Optional) IANA timezone name for the schedule.
|
|
2387
|
+
*/
|
|
2388
|
+
timezone?: string;
|
|
2389
|
+
}
|
|
2390
|
+
interface FeaturesCapabilitiesImportSettingsScheduleIncrementalImport {
|
|
2391
|
+
/**
|
|
2392
|
+
* (Optional) UNIX cron expression for incremental import schedule.
|
|
2393
|
+
*/
|
|
2394
|
+
expression?: string;
|
|
2395
|
+
/**
|
|
2396
|
+
* (Optional) IANA timezone name for the schedule.
|
|
2397
|
+
*/
|
|
2398
|
+
timezone?: string;
|
|
2399
|
+
}
|
|
2400
|
+
interface FeaturesCapabilitiesImportSettingsUsername {
|
|
2401
|
+
/**
|
|
2402
|
+
* (Optional) Okta Expression Language statement for custom username format.
|
|
2403
|
+
*/
|
|
2404
|
+
usernameExpression?: string;
|
|
2405
|
+
/**
|
|
2406
|
+
* (Optional) Format for usernames (e.g., `EMAIL`, `CUSTOM`).
|
|
2407
|
+
*/
|
|
2408
|
+
usernameFormat?: string;
|
|
2409
|
+
}
|
|
2410
|
+
interface FeaturesCapabilitiesUpdate {
|
|
2411
|
+
/**
|
|
2412
|
+
* (Optional) Block for deactivation lifecycle configuration:
|
|
2413
|
+
*/
|
|
2414
|
+
lifecycleDeactivate?: outputs.app.FeaturesCapabilitiesUpdateLifecycleDeactivate;
|
|
2415
|
+
/**
|
|
2416
|
+
* (Optional) Block for password synchronization settings:
|
|
2417
|
+
*/
|
|
2418
|
+
password?: outputs.app.FeaturesCapabilitiesUpdatePassword;
|
|
2419
|
+
/**
|
|
2420
|
+
* (Optional) Block for profile update settings:
|
|
2421
|
+
*/
|
|
2422
|
+
profile?: outputs.app.FeaturesCapabilitiesUpdateProfile;
|
|
2423
|
+
}
|
|
2424
|
+
interface FeaturesCapabilitiesUpdateLifecycleDeactivate {
|
|
2425
|
+
/**
|
|
2426
|
+
* The status of the feature. Valid values are `ENABLED` or `DISABLED`.
|
|
2427
|
+
*/
|
|
2428
|
+
status?: string;
|
|
2429
|
+
}
|
|
2430
|
+
interface FeaturesCapabilitiesUpdatePassword {
|
|
2431
|
+
/**
|
|
2432
|
+
* (Optional) Determines password change behavior. Valid values are `CHANGE` or `KEEP_EXISTING`.
|
|
2433
|
+
*/
|
|
2434
|
+
change?: string;
|
|
2435
|
+
/**
|
|
2436
|
+
* (Optional) Determines password source. Valid values are `OKTA` or `RANDOM`.
|
|
2437
|
+
*/
|
|
2438
|
+
seed?: string;
|
|
2439
|
+
/**
|
|
2440
|
+
* The status of the feature. Valid values are `ENABLED` or `DISABLED`.
|
|
2441
|
+
*/
|
|
2442
|
+
status?: string;
|
|
2443
|
+
}
|
|
2444
|
+
interface FeaturesCapabilitiesUpdateProfile {
|
|
2445
|
+
/**
|
|
2446
|
+
* The status of the feature. Valid values are `ENABLED` or `DISABLED`.
|
|
2447
|
+
*/
|
|
2448
|
+
status?: string;
|
|
2449
|
+
}
|
|
2450
|
+
interface GetConnectionProfile {
|
|
2451
|
+
/**
|
|
2452
|
+
* Defines the method of authentication.
|
|
2453
|
+
*/
|
|
2454
|
+
authScheme: string;
|
|
2455
|
+
}
|
|
2456
|
+
interface GetFeaturesCapabilities {
|
|
2457
|
+
/**
|
|
2458
|
+
* Block for create lifecycle settings:
|
|
2459
|
+
*/
|
|
2460
|
+
create?: outputs.app.GetFeaturesCapabilitiesCreate;
|
|
2461
|
+
/**
|
|
2462
|
+
* Block for import rules configuration:
|
|
2463
|
+
*/
|
|
2464
|
+
importRules?: outputs.app.GetFeaturesCapabilitiesImportRules;
|
|
2465
|
+
/**
|
|
2466
|
+
* Block for import settings configuration:
|
|
2467
|
+
*/
|
|
2468
|
+
importSettings?: outputs.app.GetFeaturesCapabilitiesImportSettings;
|
|
2469
|
+
/**
|
|
2470
|
+
* Block for update settings:
|
|
2471
|
+
*/
|
|
2472
|
+
update?: outputs.app.GetFeaturesCapabilitiesUpdate;
|
|
2473
|
+
}
|
|
2474
|
+
interface GetFeaturesCapabilitiesCreate {
|
|
2475
|
+
/**
|
|
2476
|
+
* Block for create lifecycle configuration:
|
|
2477
|
+
*/
|
|
2478
|
+
lifecycleCreate?: outputs.app.GetFeaturesCapabilitiesCreateLifecycleCreate;
|
|
2479
|
+
}
|
|
2480
|
+
interface GetFeaturesCapabilitiesCreateLifecycleCreate {
|
|
2481
|
+
/**
|
|
2482
|
+
* (String) Status of the import schedule. Valid values are `ENABLED` or `DISABLED`.
|
|
2483
|
+
*/
|
|
2484
|
+
status: string;
|
|
2485
|
+
}
|
|
2486
|
+
interface GetFeaturesCapabilitiesImportRules {
|
|
2487
|
+
/**
|
|
2488
|
+
* Block for user matching and creation rules:
|
|
2489
|
+
*/
|
|
2490
|
+
userCreateAndMatch?: outputs.app.GetFeaturesCapabilitiesImportRulesUserCreateAndMatch;
|
|
2491
|
+
}
|
|
2492
|
+
interface GetFeaturesCapabilitiesImportRulesUserCreateAndMatch {
|
|
2493
|
+
/**
|
|
2494
|
+
* (Boolean) Whether to allow partial matching based on first and last names.
|
|
2495
|
+
*/
|
|
2496
|
+
allowPartialMatch: boolean;
|
|
2497
|
+
/**
|
|
2498
|
+
* (Boolean) Whether imported new users are automatically activated.
|
|
2499
|
+
*/
|
|
2500
|
+
autoActivateNewUsers: boolean;
|
|
2501
|
+
/**
|
|
2502
|
+
* (Boolean) Whether exact-matched users are automatically confirmed.
|
|
2503
|
+
*/
|
|
2504
|
+
autoconfirmExactMatch: boolean;
|
|
2505
|
+
/**
|
|
2506
|
+
* (Boolean) Whether imported new users are automatically confirmed.
|
|
2507
|
+
*/
|
|
2508
|
+
autoconfirmNewUsers: boolean;
|
|
2509
|
+
/**
|
|
2510
|
+
* (Boolean) Whether partially matched users are automatically confirmed.
|
|
2511
|
+
*/
|
|
2512
|
+
autoconfirmPartialMatch: boolean;
|
|
2513
|
+
/**
|
|
2514
|
+
* (String) Attribute used for exact matching (e.g., `USERNAME`, `EMAIL`).
|
|
2515
|
+
*/
|
|
2516
|
+
exactMatchCriteria: string;
|
|
2517
|
+
}
|
|
2518
|
+
interface GetFeaturesCapabilitiesImportSettings {
|
|
2519
|
+
/**
|
|
2520
|
+
* Block for import schedule configuration:
|
|
2521
|
+
*/
|
|
2522
|
+
schedule?: outputs.app.GetFeaturesCapabilitiesImportSettingsSchedule;
|
|
2523
|
+
/**
|
|
2524
|
+
* Block for username configuration:
|
|
2525
|
+
*/
|
|
2526
|
+
username?: outputs.app.GetFeaturesCapabilitiesImportSettingsUsername;
|
|
2527
|
+
}
|
|
2528
|
+
interface GetFeaturesCapabilitiesImportSettingsSchedule {
|
|
2529
|
+
/**
|
|
2530
|
+
* Block for full import schedule:
|
|
2531
|
+
*/
|
|
2532
|
+
fullImport?: outputs.app.GetFeaturesCapabilitiesImportSettingsScheduleFullImport;
|
|
2533
|
+
/**
|
|
2534
|
+
* Block for incremental import schedule:
|
|
2535
|
+
*/
|
|
2536
|
+
incrementalImport?: outputs.app.GetFeaturesCapabilitiesImportSettingsScheduleIncrementalImport;
|
|
2537
|
+
/**
|
|
2538
|
+
* (String) Status of the import schedule. Valid values are `ENABLED` or `DISABLED`.
|
|
2539
|
+
*/
|
|
2540
|
+
status: string;
|
|
2541
|
+
}
|
|
2542
|
+
interface GetFeaturesCapabilitiesImportSettingsScheduleFullImport {
|
|
2543
|
+
/**
|
|
2544
|
+
* (String) UNIX cron expression for incremental import schedule.
|
|
2545
|
+
*/
|
|
2546
|
+
expression: string;
|
|
2547
|
+
/**
|
|
2548
|
+
* (String) IANA timezone name for the schedule.
|
|
2549
|
+
*/
|
|
2550
|
+
timezone: string;
|
|
2551
|
+
}
|
|
2552
|
+
interface GetFeaturesCapabilitiesImportSettingsScheduleIncrementalImport {
|
|
2553
|
+
/**
|
|
2554
|
+
* (String) UNIX cron expression for incremental import schedule.
|
|
2555
|
+
*/
|
|
2556
|
+
expression: string;
|
|
2557
|
+
/**
|
|
2558
|
+
* (String) IANA timezone name for the schedule.
|
|
2559
|
+
*/
|
|
2560
|
+
timezone: string;
|
|
2561
|
+
}
|
|
2562
|
+
interface GetFeaturesCapabilitiesImportSettingsUsername {
|
|
2563
|
+
/**
|
|
2564
|
+
* (String) Okta Expression Language statement for custom username format.
|
|
2565
|
+
*/
|
|
2566
|
+
usernameExpression: string;
|
|
2567
|
+
/**
|
|
2568
|
+
* (String) Format for usernames (e.g., `EMAIL`, `CUSTOM`).
|
|
2569
|
+
*/
|
|
2570
|
+
usernameFormat: string;
|
|
2571
|
+
}
|
|
2572
|
+
interface GetFeaturesCapabilitiesUpdate {
|
|
2573
|
+
/**
|
|
2574
|
+
* Block for deactivation lifecycle configuration:
|
|
2575
|
+
*/
|
|
2576
|
+
lifecycleDeactivate?: outputs.app.GetFeaturesCapabilitiesUpdateLifecycleDeactivate;
|
|
2577
|
+
/**
|
|
2578
|
+
* Block for password synchronization settings:
|
|
2579
|
+
*/
|
|
2580
|
+
password?: outputs.app.GetFeaturesCapabilitiesUpdatePassword;
|
|
2581
|
+
/**
|
|
2582
|
+
* Block for profile update settings:
|
|
2583
|
+
*/
|
|
2584
|
+
profile?: outputs.app.GetFeaturesCapabilitiesUpdateProfile;
|
|
2585
|
+
}
|
|
2586
|
+
interface GetFeaturesCapabilitiesUpdateLifecycleDeactivate {
|
|
2587
|
+
/**
|
|
2588
|
+
* (String) Status of the import schedule. Valid values are `ENABLED` or `DISABLED`.
|
|
2589
|
+
*/
|
|
2590
|
+
status: string;
|
|
2591
|
+
}
|
|
2592
|
+
interface GetFeaturesCapabilitiesUpdatePassword {
|
|
2593
|
+
/**
|
|
2594
|
+
* (String) Determines password change behavior. Valid values are `CHANGE` or `KEEP_EXISTING`.
|
|
2595
|
+
*/
|
|
2596
|
+
change: string;
|
|
2597
|
+
/**
|
|
2598
|
+
* (String) Determines password source. Valid values are `OKTA` or `RANDOM`.
|
|
2599
|
+
*/
|
|
2600
|
+
seed: string;
|
|
2601
|
+
/**
|
|
2602
|
+
* (String) Status of the import schedule. Valid values are `ENABLED` or `DISABLED`.
|
|
2603
|
+
*/
|
|
2604
|
+
status: string;
|
|
2605
|
+
}
|
|
2606
|
+
interface GetFeaturesCapabilitiesUpdateProfile {
|
|
2607
|
+
/**
|
|
2608
|
+
* (String) Status of the import schedule. Valid values are `ENABLED` or `DISABLED`.
|
|
2609
|
+
*/
|
|
2610
|
+
status: string;
|
|
2611
|
+
}
|
|
1930
2612
|
interface GetSamlAttributeStatement {
|
|
1931
2613
|
/**
|
|
1932
2614
|
* Type of group attribute filter
|
|
@@ -2243,6 +2925,10 @@ export declare namespace user {
|
|
|
2243
2925
|
preferredLanguage: string;
|
|
2244
2926
|
primaryPhone: string;
|
|
2245
2927
|
profileUrl: string;
|
|
2928
|
+
/**
|
|
2929
|
+
* The Realm ID associated with the user.
|
|
2930
|
+
*/
|
|
2931
|
+
realmId: string;
|
|
2246
2932
|
roles: string[];
|
|
2247
2933
|
secondEmail: string;
|
|
2248
2934
|
state: string;
|