Skip to content

Commit 5a4e731

Browse files
committed
Supported Custom Privacy Policy.
1 parent 59831ba commit 5a4e731

File tree

3 files changed

+149
-1
lines changed

3 files changed

+149
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.8.2323 - 2025-10-30
4+
- Supported Custom Privacy Policy.
5+
6+
37
## 1.8.2322 - 2025-10-29
48
- Generated 2016-11-01 for `live`.
59

src/Eiam/V20211201/EiamApiResolver.php

Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
/**
88
* @method AddApplicationAccountToUser addApplicationAccountToUser(array $options = [])
9+
* @method AddCustomPrivacyPoliciesToBrand addCustomPrivacyPoliciesToBrand(array $options = [])
910
* @method AddUsersToGroup addUsersToGroup(array $options = [])
1011
* @method AddUserToOrganizationalUnits addUserToOrganizationalUnits(array $options = [])
1112
* @method AuthorizeApplicationToGroups authorizeApplicationToGroups(array $options = [])
@@ -17,6 +18,7 @@
1718
* @method CreateApplicationToken createApplicationToken(array $options = [])
1819
* @method CreateBrand createBrand(array $options = [])
1920
* @method CreateConditionalAccessPolicy createConditionalAccessPolicy(array $options = [])
21+
* @method CreateCustomPrivacyPolicy createCustomPrivacyPolicy(array $options = [])
2022
* @method CreateDomain createDomain(array $options = [])
2123
* @method CreateDomainProxyToken createDomainProxyToken(array $options = [])
2224
* @method CreateFederatedCredentialProvider createFederatedCredentialProvider(array $options = [])
@@ -33,6 +35,7 @@
3335
* @method DeleteApplicationToken deleteApplicationToken(array $options = [])
3436
* @method DeleteBrand deleteBrand(array $options = [])
3537
* @method DeleteConditionalAccessPolicy deleteConditionalAccessPolicy(array $options = [])
38+
* @method DeleteCustomPrivacyPolicy deleteCustomPrivacyPolicy(array $options = [])
3639
* @method DeleteDomain deleteDomain(array $options = [])
3740
* @method DeleteDomainProxyToken deleteDomainProxyToken(array $options = [])
3841
* @method DeleteFederatedCredentialProvider deleteFederatedCredentialProvider(array $options = [])
@@ -53,6 +56,7 @@
5356
* @method DisableApplicationToken disableApplicationToken(array $options = [])
5457
* @method DisableBrand disableBrand(array $options = [])
5558
* @method DisableConditionalAccessPolicy disableConditionalAccessPolicy(array $options = [])
59+
* @method DisableCustomPrivacyPolicy disableCustomPrivacyPolicy(array $options = [])
5660
* @method DisableDomainProxyToken disableDomainProxyToken(array $options = [])
5761
* @method DisableFederatedCredentialProvider disableFederatedCredentialProvider(array $options = [])
5862
* @method DisableIdentityProviderAuthn disableIdentityProviderAuthn(array $options = [])
@@ -68,6 +72,7 @@
6872
* @method EnableApplicationToken enableApplicationToken(array $options = [])
6973
* @method EnableBrand enableBrand(array $options = [])
7074
* @method EnableConditionalAccessPolicy enableConditionalAccessPolicy(array $options = [])
75+
* @method EnableCustomPrivacyPolicy enableCustomPrivacyPolicy(array $options = [])
7176
* @method EnableDomainProxyToken enableDomainProxyToken(array $options = [])
7277
* @method EnableFederatedCredentialProvider enableFederatedCredentialProvider(array $options = [])
7378
* @method EnableIdentityProviderAuthn enableIdentityProviderAuthn(array $options = [])
@@ -83,6 +88,7 @@
8388
* @method GetApplicationTemplate getApplicationTemplate(array $options = [])
8489
* @method GetBrand getBrand(array $options = [])
8590
* @method GetConditionalAccessPolicy getConditionalAccessPolicy(array $options = [])
91+
* @method GetCustomPrivacyPolicy getCustomPrivacyPolicy(array $options = [])
8692
* @method GetDomain getDomain(array $options = [])
8793
* @method GetDomainDnsChallenge getDomainDnsChallenge(array $options = [])
8894
* @method GetFederatedCredentialProvider getFederatedCredentialProvider(array $options = [])
@@ -121,6 +127,8 @@
121127
* @method ListConditionalAccessPoliciesForApplication listConditionalAccessPoliciesForApplication(array $options = [])
122128
* @method ListConditionalAccessPoliciesForNetworkZone listConditionalAccessPoliciesForNetworkZone(array $options = [])
123129
* @method ListConditionalAccessPoliciesForUser listConditionalAccessPoliciesForUser(array $options = [])
130+
* @method ListCustomPrivacyPolicies listCustomPrivacyPolicies(array $options = [])
131+
* @method ListCustomPrivacyPoliciesForBrand listCustomPrivacyPoliciesForBrand(array $options = [])
124132
* @method ListDomainProxyTokens listDomainProxyTokens(array $options = [])
125133
* @method ListDomains listDomains(array $options = [])
126134
* @method ListEiamInstances listEiamInstances(array $options = [])
@@ -149,6 +157,7 @@
149157
* @method ObtainApplicationToken obtainApplicationToken(array $options = [])
150158
* @method ObtainDomainProxyToken obtainDomainProxyToken(array $options = [])
151159
* @method RemoveApplicationAccountFromUser removeApplicationAccountFromUser(array $options = [])
160+
* @method RemoveCustomPrivacyPoliciesFromBrand removeCustomPrivacyPoliciesFromBrand(array $options = [])
152161
* @method RemoveUserFromOrganizationalUnits removeUserFromOrganizationalUnits(array $options = [])
153162
* @method RemoveUsersFromGroup removeUsersFromGroup(array $options = [])
154163
* @method RevokeApplicationFromGroups revokeApplicationFromGroups(array $options = [])
@@ -179,6 +188,7 @@
179188
* @method UpdateBrand updateBrand(array $options = [])
180189
* @method UpdateConditionalAccessPolicy updateConditionalAccessPolicy(array $options = [])
181190
* @method UpdateConditionalAccessPolicyDescription updateConditionalAccessPolicyDescription(array $options = [])
191+
* @method UpdateCustomPrivacyPolicy updateCustomPrivacyPolicy(array $options = [])
182192
* @method UpdateDomainBrand updateDomainBrand(array $options = [])
183193
* @method UpdateDomainIcpNumber updateDomainIcpNumber(array $options = [])
184194
* @method UpdateFederatedCredentialProvider updateFederatedCredentialProvider(array $options = [])
@@ -235,6 +245,18 @@ class AddApplicationAccountToUser extends Rpc
235245
{
236246
}
237247

248+
/**
249+
* @method string getBrandId()
250+
* @method $this withBrandId($value)
251+
* @method string getCustomPrivacyPolicyIds()
252+
* @method $this withCustomPrivacyPolicyIds($value)
253+
* @method string getInstanceId()
254+
* @method $this withInstanceId($value)
255+
*/
256+
class AddCustomPrivacyPoliciesToBrand extends Rpc
257+
{
258+
}
259+
238260
/**
239261
* @method string getGroupId()
240262
* @method $this withGroupId($value)
@@ -399,6 +421,26 @@ class CreateConditionalAccessPolicy extends Rpc
399421
{
400422
}
401423

424+
/**
425+
* @method string getClientToken()
426+
* @method $this withClientToken($value)
427+
* @method string getDefaultLanguageCode()
428+
* @method $this withDefaultLanguageCode($value)
429+
* @method string getUserConsentType()
430+
* @method $this withUserConsentType($value)
431+
* @method string getCustomPrivacyPolicyContents()
432+
* @method $this withCustomPrivacyPolicyContents($value)
433+
* @method string getInstanceId()
434+
* @method $this withInstanceId($value)
435+
* @method string getCustomPrivacyPolicyName()
436+
* @method $this withCustomPrivacyPolicyName($value)
437+
* @method string getStatus()
438+
* @method $this withStatus($value)
439+
*/
440+
class CreateCustomPrivacyPolicy extends Rpc
441+
{
442+
}
443+
402444
/**
403445
* @method string getFiling()
404446
* @method $this withFiling($value)
@@ -665,6 +707,16 @@ class DeleteConditionalAccessPolicy extends Rpc
665707
{
666708
}
667709

710+
/**
711+
* @method string getCustomPrivacyPolicyId()
712+
* @method $this withCustomPrivacyPolicyId($value)
713+
* @method string getInstanceId()
714+
* @method $this withInstanceId($value)
715+
*/
716+
class DeleteCustomPrivacyPolicy extends Rpc
717+
{
718+
}
719+
668720
/**
669721
* @method string getDomainId()
670722
* @method $this withDomainId($value)
@@ -871,6 +923,16 @@ class DisableConditionalAccessPolicy extends Rpc
871923
{
872924
}
873925

926+
/**
927+
* @method string getCustomPrivacyPolicyId()
928+
* @method $this withCustomPrivacyPolicyId($value)
929+
* @method string getInstanceId()
930+
* @method $this withInstanceId($value)
931+
*/
932+
class DisableCustomPrivacyPolicy extends Rpc
933+
{
934+
}
935+
874936
/**
875937
* @method string getDomainProxyTokenId()
876938
* @method $this withDomainProxyTokenId($value)
@@ -1027,6 +1089,16 @@ class EnableConditionalAccessPolicy extends Rpc
10271089
{
10281090
}
10291091

1092+
/**
1093+
* @method string getCustomPrivacyPolicyId()
1094+
* @method $this withCustomPrivacyPolicyId($value)
1095+
* @method string getInstanceId()
1096+
* @method $this withInstanceId($value)
1097+
*/
1098+
class EnableCustomPrivacyPolicy extends Rpc
1099+
{
1100+
}
1101+
10301102
/**
10311103
* @method string getDomainProxyTokenId()
10321104
* @method $this withDomainProxyTokenId($value)
@@ -1177,6 +1249,16 @@ class GetConditionalAccessPolicy extends Rpc
11771249
{
11781250
}
11791251

1252+
/**
1253+
* @method string getCustomPrivacyPolicyId()
1254+
* @method $this withCustomPrivacyPolicyId($value)
1255+
* @method string getInstanceId()
1256+
* @method $this withInstanceId($value)
1257+
*/
1258+
class GetCustomPrivacyPolicy extends Rpc
1259+
{
1260+
}
1261+
11801262
/**
11811263
* @method string getDomainId()
11821264
* @method $this withDomainId($value)
@@ -1620,6 +1702,38 @@ class ListConditionalAccessPoliciesForUser extends Rpc
16201702
{
16211703
}
16221704

1705+
/**
1706+
* @method string getNextToken()
1707+
* @method $this withNextToken($value)
1708+
* @method string getPreviousToken()
1709+
* @method $this withPreviousToken($value)
1710+
* @method string getCustomPrivacyPolicyNameStartsWith()
1711+
* @method $this withCustomPrivacyPolicyNameStartsWith($value)
1712+
* @method string getInstanceId()
1713+
* @method $this withInstanceId($value)
1714+
* @method string getMaxResults()
1715+
* @method $this withMaxResults($value)
1716+
*/
1717+
class ListCustomPrivacyPolicies extends Rpc
1718+
{
1719+
}
1720+
1721+
/**
1722+
* @method string getNextToken()
1723+
* @method $this withNextToken($value)
1724+
* @method string getBrandId()
1725+
* @method $this withBrandId($value)
1726+
* @method string getPreviousToken()
1727+
* @method $this withPreviousToken($value)
1728+
* @method string getInstanceId()
1729+
* @method $this withInstanceId($value)
1730+
* @method string getMaxResults()
1731+
* @method $this withMaxResults($value)
1732+
*/
1733+
class ListCustomPrivacyPoliciesForBrand extends Rpc
1734+
{
1735+
}
1736+
16231737
/**
16241738
* @method string getDomainId()
16251739
* @method $this withDomainId($value)
@@ -2022,6 +2136,18 @@ class RemoveApplicationAccountFromUser extends Rpc
20222136
{
20232137
}
20242138

2139+
/**
2140+
* @method string getBrandId()
2141+
* @method $this withBrandId($value)
2142+
* @method string getCustomPrivacyPolicyIds()
2143+
* @method $this withCustomPrivacyPolicyIds($value)
2144+
* @method string getInstanceId()
2145+
* @method $this withInstanceId($value)
2146+
*/
2147+
class RemoveCustomPrivacyPoliciesFromBrand extends Rpc
2148+
{
2149+
}
2150+
20252151
/**
20262152
* @method string getUserId()
20272153
* @method $this withUserId($value)
@@ -2460,6 +2586,24 @@ class UpdateConditionalAccessPolicyDescription extends Rpc
24602586
{
24612587
}
24622588

2589+
/**
2590+
* @method string getDefaultLanguageCode()
2591+
* @method $this withDefaultLanguageCode($value)
2592+
* @method string getUserConsentType()
2593+
* @method $this withUserConsentType($value)
2594+
* @method string getCustomPrivacyPolicyContents()
2595+
* @method $this withCustomPrivacyPolicyContents($value)
2596+
* @method string getCustomPrivacyPolicyId()
2597+
* @method $this withCustomPrivacyPolicyId($value)
2598+
* @method string getInstanceId()
2599+
* @method $this withInstanceId($value)
2600+
* @method string getCustomPrivacyPolicyName()
2601+
* @method $this withCustomPrivacyPolicyName($value)
2602+
*/
2603+
class UpdateCustomPrivacyPolicy extends Rpc
2604+
{
2605+
}
2606+
24632607
/**
24642608
* @method string getDomainId()
24652609
* @method $this withDomainId($value)

src/Release.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Release
1616
/**
1717
* Version of the SDK
1818
*/
19-
const VERSION = '1.8.2322';
19+
const VERSION = '1.8.2323';
2020

2121
/**
2222
* @param Event $event

0 commit comments

Comments
 (0)