Skip to content

Commit

Permalink
Release v4.9.0 (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyaneshgouraw-okta authored and tusharpandey13 committed Sep 9, 2024
1 parent 8a0458d commit faa1bcf
Show file tree
Hide file tree
Showing 1,127 changed files with 48,503 additions and 4,558 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v4.8.0
v4.9.0
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [v4.9.0](https://github.com/auth0/node-auth0/tree/v4.9.0) (2024-08-26)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v4.8.0...v4.9.0)

**Added**

- Feature/SDK-4921 [\#1028](https://github.com/auth0/node-auth0/pull/1028) ([tusharpandey13](https://github.com/tusharpandey13))
- Update Codecov Action with Token [\#1029](https://github.com/auth0/node-auth0/pull/1029) ([developerkunal](https://github.com/developerkunal))

**Changed**

- Update codeowner file with new GitHub team name [\#1025](https://github.com/auth0/node-auth0/pull/1025) ([stevenwong-okta](https://github.com/stevenwong-okta))

## [v4.8.0](https://github.com/auth0/node-auth0/tree/v4.8.0) (2024-08-02)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v4.7.0...v4.8.0)
Expand Down
7 changes: 7 additions & 0 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
--dark-hl-8: #4EC9B0;
--light-hl-9: #000000;
--dark-hl-9: #C8C8C8;
--light-hl-10: #098658;
--dark-hl-10: #B5CEA8;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand All @@ -34,6 +36,7 @@
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--code-background: var(--light-code-background);
} }

Expand All @@ -48,6 +51,7 @@
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--code-background: var(--dark-code-background);
} }

Expand All @@ -62,6 +66,7 @@
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--code-background: var(--light-code-background);
}

Expand All @@ -76,6 +81,7 @@
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--code-background: var(--dark-code-background);
}

Expand All @@ -89,4 +95,5 @@
.hl-7 { color: var(--hl-7); }
.hl-8 { color: var(--hl-8); }
.hl-9 { color: var(--hl-9); }
.hl-10 { color: var(--hl-10); }
pre, code { background: var(--code-background); }
2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

34 changes: 26 additions & 8 deletions docs/classes/auth.AuthApiError.html

Large diffs are not rendered by default.

28 changes: 23 additions & 5 deletions docs/classes/auth.AuthenticationClient.html

Large diffs are not rendered by default.

42 changes: 30 additions & 12 deletions docs/classes/auth.Database.html

Large diffs are not rendered by default.

20 changes: 19 additions & 1 deletion docs/classes/auth.IdTokenValidatorError.html

Large diffs are not rendered by default.

52 changes: 35 additions & 17 deletions docs/classes/auth.OAuth.html

Large diffs are not rendered by default.

46 changes: 32 additions & 14 deletions docs/classes/auth.Passwordless.html

Large diffs are not rendered by default.

26 changes: 22 additions & 4 deletions docs/classes/lib.FetchError.html

Large diffs are not rendered by default.

32 changes: 25 additions & 7 deletions docs/classes/lib.JSONApiResponse.html

Large diffs are not rendered by default.

26 changes: 22 additions & 4 deletions docs/classes/lib.RequiredError.html

Large diffs are not rendered by default.

30 changes: 24 additions & 6 deletions docs/classes/lib.ResponseError.html

Large diffs are not rendered by default.

32 changes: 25 additions & 7 deletions docs/classes/lib.TextApiResponse.html

Large diffs are not rendered by default.

24 changes: 21 additions & 3 deletions docs/classes/lib.TimeoutError.html

Large diffs are not rendered by default.

32 changes: 25 additions & 7 deletions docs/classes/lib.VoidApiResponse.html

Large diffs are not rendered by default.

54 changes: 36 additions & 18 deletions docs/classes/management.ActionsManager.html

Large diffs are not rendered by default.

30 changes: 24 additions & 6 deletions docs/classes/management.AnomalyManager.html

Large diffs are not rendered by default.

38 changes: 28 additions & 10 deletions docs/classes/management.AttackProtectionManager.html

Large diffs are not rendered by default.

30 changes: 24 additions & 6 deletions docs/classes/management.BlacklistsManager.html

Large diffs are not rendered by default.

46 changes: 32 additions & 14 deletions docs/classes/management.BrandingManager.html

Large diffs are not rendered by default.

36 changes: 27 additions & 9 deletions docs/classes/management.ClientGrantsManager.html

Large diffs are not rendered by default.

50 changes: 34 additions & 16 deletions docs/classes/management.ClientsManager.html

Large diffs are not rendered by default.

58 changes: 38 additions & 20 deletions docs/classes/management.ConnectionsManager.html

Large diffs are not rendered by default.

38 changes: 28 additions & 10 deletions docs/classes/management.CustomDomainsManager.html

Large diffs are not rendered by default.

34 changes: 26 additions & 8 deletions docs/classes/management.DeviceCredentialsManager.html

Large diffs are not rendered by default.

34 changes: 26 additions & 8 deletions docs/classes/management.EmailTemplatesManager.html

Large diffs are not rendered by default.

32 changes: 25 additions & 7 deletions docs/classes/management.EmailsManager.html

Large diffs are not rendered by default.

34 changes: 26 additions & 8 deletions docs/classes/management.GrantsManager.html

Large diffs are not rendered by default.

88 changes: 53 additions & 35 deletions docs/classes/management.GuardianManager.html

Large diffs are not rendered by default.

46 changes: 32 additions & 14 deletions docs/classes/management.HooksManager.html

Large diffs are not rendered by default.

36 changes: 27 additions & 9 deletions docs/classes/management.JobsManager.html

Large diffs are not rendered by default.

34 changes: 26 additions & 8 deletions docs/classes/management.KeysManager.html

Large diffs are not rendered by default.

36 changes: 27 additions & 9 deletions docs/classes/management.LogStreamsManager.html

Large diffs are not rendered by default.

32 changes: 25 additions & 7 deletions docs/classes/management.LogsManager.html

Large diffs are not rendered by default.

36 changes: 27 additions & 9 deletions docs/classes/management.ManagementApiError.html

Large diffs are not rendered by default.

100 changes: 63 additions & 37 deletions docs/classes/management.ManagementClient.html

Large diffs are not rendered by default.

97 changes: 61 additions & 36 deletions docs/classes/management.ManagementClientBase.html

Large diffs are not rendered by default.

78 changes: 48 additions & 30 deletions docs/classes/management.OrganizationsManager.html

Large diffs are not rendered by default.

38 changes: 28 additions & 10 deletions docs/classes/management.PromptsManager.html

Large diffs are not rendered by default.

30 changes: 24 additions & 6 deletions docs/classes/management.RefreshTokensManager.html

Large diffs are not rendered by default.

38 changes: 28 additions & 10 deletions docs/classes/management.ResourceServersManager.html

Large diffs are not rendered by default.

52 changes: 35 additions & 17 deletions docs/classes/management.RolesManager.html

Large diffs are not rendered by default.

32 changes: 25 additions & 7 deletions docs/classes/management.RulesConfigsManager.html

Large diffs are not rendered by default.

38 changes: 28 additions & 10 deletions docs/classes/management.RulesManager.html

Large diffs are not rendered by default.

1,425 changes: 1,425 additions & 0 deletions docs/classes/management.SelfServiceProfilesManager.html

Large diffs are not rendered by default.

30 changes: 24 additions & 6 deletions docs/classes/management.SessionsManager.html

Large diffs are not rendered by default.

30 changes: 24 additions & 6 deletions docs/classes/management.StatsManager.html

Large diffs are not rendered by default.

30 changes: 24 additions & 6 deletions docs/classes/management.TenantsManager.html

Large diffs are not rendered by default.

30 changes: 24 additions & 6 deletions docs/classes/management.TicketsManager.html

Large diffs are not rendered by default.

34 changes: 26 additions & 8 deletions docs/classes/management.UserBlocksManager.html

Large diffs are not rendered by default.

28 changes: 23 additions & 5 deletions docs/classes/management.UsersByEmailManager.html

Large diffs are not rendered by default.

100 changes: 59 additions & 41 deletions docs/classes/management.UsersManager.html

Large diffs are not rendered by default.

28 changes: 23 additions & 5 deletions docs/classes/userinfo.UserInfoClient.html

Large diffs are not rendered by default.

34 changes: 26 additions & 8 deletions docs/classes/userinfo.UserInfoError.html

Large diffs are not rendered by default.

20 changes: 19 additions & 1 deletion docs/functions/userinfo.parseError.html

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.9389
<li><a href="classes/management.RolesManager.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Roles<wbr/>Manager</span></a></li>
<li><a href="classes/management.RulesConfigsManager.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Rules<wbr/>Configs<wbr/>Manager</span></a></li>
<li><a href="classes/management.RulesManager.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Rules<wbr/>Manager</span></a></li>
<li><a href="classes/management.SelfServiceProfilesManager.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Self<wbr/>Service<wbr/>Profiles<wbr/>Manager</span></a></li>
<li><a href="classes/management.SessionsManager.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Sessions<wbr/>Manager</span></a></li>
<li><a href="classes/management.StatsManager.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Stats<wbr/>Manager</span></a></li>
<li><a href="classes/management.TenantsManager.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Tenants<wbr/>Manager</span></a></li>
Expand Down Expand Up @@ -397,6 +398,7 @@ <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.9389
<li><a href="interfaces/management.DeleteRulesConfigsByKeyRequest.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Delete<wbr/>Rules<wbr/>Configs<wbr/>By<wbr/>Key<wbr/>Request</span></a></li>
<li><a href="interfaces/management.DeleteScimConfigurationRequest.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Delete<wbr/>Scim<wbr/>Configuration<wbr/>Request</span></a></li>
<li><a href="interfaces/management.DeleteSecretsRequest.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Delete<wbr/>Secrets<wbr/>Request</span></a></li>
<li><a href="interfaces/management.DeleteSelfServiceProfilesByIdRequest.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Delete<wbr/>Self<wbr/>Service<wbr/>Profiles<wbr/>By<wbr/>Id<wbr/>Request</span></a></li>
<li><a href="interfaces/management.DeleteSessionRequest.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Delete<wbr/>Session<wbr/>Request</span></a></li>
<li><a href="interfaces/management.DeleteSessionsForUserRequest.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Delete<wbr/>Sessions<wbr/>For<wbr/>User<wbr/>Request</span></a></li>
<li><a href="interfaces/management.DeleteTokensByTokenIdRequest.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Delete<wbr/>Tokens<wbr/>By<wbr/>Token<wbr/>Id<wbr/>Request</span></a></li>
Expand Down Expand Up @@ -573,6 +575,7 @@ <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.9389
<li><a href="interfaces/management.GetScimTokens200ResponseInner.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Get<wbr/>Scim<wbr/>Tokens200<wbr/>Response<wbr/>Inner</span></a></li>
<li><a href="interfaces/management.GetScimTokensRequest.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Get<wbr/>Scim<wbr/>Tokens<wbr/>Request</span></a></li>
<li><a href="interfaces/management.GetSecretsRequest.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Get<wbr/>Secrets<wbr/>Request</span></a></li>
<li><a href="interfaces/management.GetSelfServiceProfilesByIdRequest.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Get<wbr/>Self<wbr/>Service<wbr/>Profiles<wbr/>By<wbr/>Id<wbr/>Request</span></a></li>
<li><a href="interfaces/management.GetSession200Response.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Get<wbr/>Session200<wbr/>Response</span></a></li>
<li><a href="interfaces/management.GetSession200ResponseAuthentication.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Get<wbr/>Session200<wbr/>Response<wbr/>Authentication</span></a></li>
<li><a href="interfaces/management.GetSession200ResponseAuthenticationMethodsInner.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Get<wbr/>Session200<wbr/>Response<wbr/>Authentication<wbr/>Methods<wbr/>Inner</span></a></li>
Expand Down Expand Up @@ -661,6 +664,7 @@ <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.9389
<li><a href="interfaces/management.PatchScimConfigurationOperationRequest.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Patch<wbr/>Scim<wbr/>Configuration<wbr/>Operation<wbr/>Request</span></a></li>
<li><a href="interfaces/management.PatchScimConfigurationRequest.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Patch<wbr/>Scim<wbr/>Configuration<wbr/>Request</span></a></li>
<li><a href="interfaces/management.PatchSecretsRequest.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Patch<wbr/>Secrets<wbr/>Request</span></a></li>
<li><a href="interfaces/management.PatchSelfServiceProfilesByIdRequest.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Patch<wbr/>Self<wbr/>Service<wbr/>Profiles<wbr/>By<wbr/>Id<wbr/>Request</span></a></li>
<li><a href="interfaces/management.PatchSuspiciousIpThrottlingRequest.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Patch<wbr/>Suspicious<wbr/>Ip<wbr/>Throttling<wbr/>Request</span></a></li>
<li><a href="interfaces/management.PatchSuspiciousIpThrottlingRequestStage.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Patch<wbr/>Suspicious<wbr/>Ip<wbr/>Throttling<wbr/>Request<wbr/>Stage</span></a></li>
<li><a href="interfaces/management.PatchSuspiciousIpThrottlingRequestStagePreLogin.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Patch<wbr/>Suspicious<wbr/>Ip<wbr/>Throttling<wbr/>Request<wbr/>Stage<wbr/>Pre<wbr/>Login</span></a></li>
Expand Down Expand Up @@ -747,6 +751,7 @@ <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.9389
<li><a href="interfaces/management.PostScimTokenRequest.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Post<wbr/>Scim<wbr/>Token<wbr/>Request</span></a></li>
<li><a href="interfaces/management.PostSecretsRequest.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Post<wbr/>Secrets<wbr/>Request</span></a></li>
<li><a href="interfaces/management.PostSigningKeys201Response.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Post<wbr/>Signing<wbr/>Keys201<wbr/>Response</span></a></li>
<li><a href="interfaces/management.PostSsoTicketRequest.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Post<wbr/>Sso<wbr/>Ticket<wbr/>Request</span></a></li>
<li><a href="interfaces/management.PostTestAction200Response.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Post<wbr/>Test<wbr/>Action200<wbr/>Response</span></a></li>
<li><a href="interfaces/management.PostTestActionOperationRequest.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Post<wbr/>Test<wbr/>Action<wbr/>Operation<wbr/>Request</span></a></li>
<li><a href="interfaces/management.PostTestActionRequest.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Post<wbr/>Test<wbr/>Action<wbr/>Request</span></a></li>
Expand Down Expand Up @@ -798,6 +803,19 @@ <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.9389
<li><a href="interfaces/management.Scope.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Scope</span></a></li>
<li><a href="interfaces/management.SmsTwilioFactorProvider.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Sms<wbr/>Twilio<wbr/>Factor<wbr/>Provider</span></a></li>
<li><a href="interfaces/management.SnsFactorProvider.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Sns<wbr/>Factor<wbr/>Provider</span></a></li>
<li><a href="interfaces/management.SsProfile.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Ss<wbr/>Profile</span></a></li>
<li><a href="interfaces/management.SsProfileBranding.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Ss<wbr/>Profile<wbr/>Branding</span></a></li>
<li><a href="interfaces/management.SsProfileBrandingColors.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Ss<wbr/>Profile<wbr/>Branding<wbr/>Colors</span></a></li>
<li><a href="interfaces/management.SsProfileCreate.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Ss<wbr/>Profile<wbr/>Create</span></a></li>
<li><a href="interfaces/management.SsProfileCreateBranding.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Ss<wbr/>Profile<wbr/>Create<wbr/>Branding</span></a></li>
<li><a href="interfaces/management.SsProfileList.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Ss<wbr/>Profile<wbr/>List</span></a></li>
<li><a href="interfaces/management.SsProfileUpdate.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Ss<wbr/>Profile<wbr/>Update</span></a></li>
<li><a href="interfaces/management.SsProfileUpdateBranding.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Ss<wbr/>Profile<wbr/>Update<wbr/>Branding</span></a></li>
<li><a href="interfaces/management.SsProfileUserAttributesInner.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Ss<wbr/>Profile<wbr/>User<wbr/>Attributes<wbr/>Inner</span></a></li>
<li><a href="interfaces/management.SsoAccessTicketResponse.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Sso<wbr/>Access<wbr/>Ticket<wbr/>Response</span></a></li>
<li><a href="interfaces/management.SsoTicketRequestJson.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Sso<wbr/>Ticket<wbr/>Request<wbr/>Json</span></a></li>
<li><a href="interfaces/management.SsoTicketRequestJsonConnectionConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Sso<wbr/>Ticket<wbr/>Request<wbr/>Json<wbr/>Connection<wbr/>Config</span></a></li>
<li><a href="interfaces/management.SsoTicketRequestJsonEnabledOrganizationsInner.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Sso<wbr/>Ticket<wbr/>Request<wbr/>Json<wbr/>Enabled<wbr/>Organizations<wbr/>Inner</span></a></li>
<li><a href="interfaces/management.StatsEntry.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Stats<wbr/>Entry</span></a></li>
<li><a href="interfaces/management.TemplateMessages.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Template<wbr/>Messages</span></a></li>
<li><a href="interfaces/management.TenantSettings.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Tenant<wbr/>Settings</span></a></li>
Expand Down
Loading

0 comments on commit faa1bcf

Please sign in to comment.