| 
6 | 6 | 
 
  | 
7 | 7 | /**  | 
8 | 8 |  * @method AddApplicationAccountToUser addApplicationAccountToUser(array $options = [])  | 
 | 9 | + * @method AddCustomPrivacyPoliciesToBrand addCustomPrivacyPoliciesToBrand(array $options = [])  | 
9 | 10 |  * @method AddUsersToGroup addUsersToGroup(array $options = [])  | 
10 | 11 |  * @method AddUserToOrganizationalUnits addUserToOrganizationalUnits(array $options = [])  | 
11 | 12 |  * @method AuthorizeApplicationToGroups authorizeApplicationToGroups(array $options = [])  | 
 | 
17 | 18 |  * @method CreateApplicationToken createApplicationToken(array $options = [])  | 
18 | 19 |  * @method CreateBrand createBrand(array $options = [])  | 
19 | 20 |  * @method CreateConditionalAccessPolicy createConditionalAccessPolicy(array $options = [])  | 
 | 21 | + * @method CreateCustomPrivacyPolicy createCustomPrivacyPolicy(array $options = [])  | 
20 | 22 |  * @method CreateDomain createDomain(array $options = [])  | 
21 | 23 |  * @method CreateDomainProxyToken createDomainProxyToken(array $options = [])  | 
22 | 24 |  * @method CreateFederatedCredentialProvider createFederatedCredentialProvider(array $options = [])  | 
 | 
33 | 35 |  * @method DeleteApplicationToken deleteApplicationToken(array $options = [])  | 
34 | 36 |  * @method DeleteBrand deleteBrand(array $options = [])  | 
35 | 37 |  * @method DeleteConditionalAccessPolicy deleteConditionalAccessPolicy(array $options = [])  | 
 | 38 | + * @method DeleteCustomPrivacyPolicy deleteCustomPrivacyPolicy(array $options = [])  | 
36 | 39 |  * @method DeleteDomain deleteDomain(array $options = [])  | 
37 | 40 |  * @method DeleteDomainProxyToken deleteDomainProxyToken(array $options = [])  | 
38 | 41 |  * @method DeleteFederatedCredentialProvider deleteFederatedCredentialProvider(array $options = [])  | 
 | 
53 | 56 |  * @method DisableApplicationToken disableApplicationToken(array $options = [])  | 
54 | 57 |  * @method DisableBrand disableBrand(array $options = [])  | 
55 | 58 |  * @method DisableConditionalAccessPolicy disableConditionalAccessPolicy(array $options = [])  | 
 | 59 | + * @method DisableCustomPrivacyPolicy disableCustomPrivacyPolicy(array $options = [])  | 
56 | 60 |  * @method DisableDomainProxyToken disableDomainProxyToken(array $options = [])  | 
57 | 61 |  * @method DisableFederatedCredentialProvider disableFederatedCredentialProvider(array $options = [])  | 
58 | 62 |  * @method DisableIdentityProviderAuthn disableIdentityProviderAuthn(array $options = [])  | 
 | 
68 | 72 |  * @method EnableApplicationToken enableApplicationToken(array $options = [])  | 
69 | 73 |  * @method EnableBrand enableBrand(array $options = [])  | 
70 | 74 |  * @method EnableConditionalAccessPolicy enableConditionalAccessPolicy(array $options = [])  | 
 | 75 | + * @method EnableCustomPrivacyPolicy enableCustomPrivacyPolicy(array $options = [])  | 
71 | 76 |  * @method EnableDomainProxyToken enableDomainProxyToken(array $options = [])  | 
72 | 77 |  * @method EnableFederatedCredentialProvider enableFederatedCredentialProvider(array $options = [])  | 
73 | 78 |  * @method EnableIdentityProviderAuthn enableIdentityProviderAuthn(array $options = [])  | 
 | 
83 | 88 |  * @method GetApplicationTemplate getApplicationTemplate(array $options = [])  | 
84 | 89 |  * @method GetBrand getBrand(array $options = [])  | 
85 | 90 |  * @method GetConditionalAccessPolicy getConditionalAccessPolicy(array $options = [])  | 
 | 91 | + * @method GetCustomPrivacyPolicy getCustomPrivacyPolicy(array $options = [])  | 
86 | 92 |  * @method GetDomain getDomain(array $options = [])  | 
87 | 93 |  * @method GetDomainDnsChallenge getDomainDnsChallenge(array $options = [])  | 
88 | 94 |  * @method GetFederatedCredentialProvider getFederatedCredentialProvider(array $options = [])  | 
 | 
121 | 127 |  * @method ListConditionalAccessPoliciesForApplication listConditionalAccessPoliciesForApplication(array $options = [])  | 
122 | 128 |  * @method ListConditionalAccessPoliciesForNetworkZone listConditionalAccessPoliciesForNetworkZone(array $options = [])  | 
123 | 129 |  * @method ListConditionalAccessPoliciesForUser listConditionalAccessPoliciesForUser(array $options = [])  | 
 | 130 | + * @method ListCustomPrivacyPolicies listCustomPrivacyPolicies(array $options = [])  | 
 | 131 | + * @method ListCustomPrivacyPoliciesForBrand listCustomPrivacyPoliciesForBrand(array $options = [])  | 
124 | 132 |  * @method ListDomainProxyTokens listDomainProxyTokens(array $options = [])  | 
125 | 133 |  * @method ListDomains listDomains(array $options = [])  | 
126 | 134 |  * @method ListEiamInstances listEiamInstances(array $options = [])  | 
 | 
149 | 157 |  * @method ObtainApplicationToken obtainApplicationToken(array $options = [])  | 
150 | 158 |  * @method ObtainDomainProxyToken obtainDomainProxyToken(array $options = [])  | 
151 | 159 |  * @method RemoveApplicationAccountFromUser removeApplicationAccountFromUser(array $options = [])  | 
 | 160 | + * @method RemoveCustomPrivacyPoliciesFromBrand removeCustomPrivacyPoliciesFromBrand(array $options = [])  | 
152 | 161 |  * @method RemoveUserFromOrganizationalUnits removeUserFromOrganizationalUnits(array $options = [])  | 
153 | 162 |  * @method RemoveUsersFromGroup removeUsersFromGroup(array $options = [])  | 
154 | 163 |  * @method RevokeApplicationFromGroups revokeApplicationFromGroups(array $options = [])  | 
 | 
179 | 188 |  * @method UpdateBrand updateBrand(array $options = [])  | 
180 | 189 |  * @method UpdateConditionalAccessPolicy updateConditionalAccessPolicy(array $options = [])  | 
181 | 190 |  * @method UpdateConditionalAccessPolicyDescription updateConditionalAccessPolicyDescription(array $options = [])  | 
 | 191 | + * @method UpdateCustomPrivacyPolicy updateCustomPrivacyPolicy(array $options = [])  | 
182 | 192 |  * @method UpdateDomainBrand updateDomainBrand(array $options = [])  | 
183 | 193 |  * @method UpdateDomainIcpNumber updateDomainIcpNumber(array $options = [])  | 
184 | 194 |  * @method UpdateFederatedCredentialProvider updateFederatedCredentialProvider(array $options = [])  | 
@@ -235,6 +245,18 @@ class AddApplicationAccountToUser extends Rpc  | 
235 | 245 | {  | 
236 | 246 | }  | 
237 | 247 | 
 
  | 
 | 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 | + | 
238 | 260 | /**  | 
239 | 261 |  * @method string getGroupId()  | 
240 | 262 |  * @method $this withGroupId($value)  | 
@@ -399,6 +421,26 @@ class CreateConditionalAccessPolicy extends Rpc  | 
399 | 421 | {  | 
400 | 422 | }  | 
401 | 423 | 
 
  | 
 | 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 | + | 
402 | 444 | /**  | 
403 | 445 |  * @method string getFiling()  | 
404 | 446 |  * @method $this withFiling($value)  | 
@@ -665,6 +707,16 @@ class DeleteConditionalAccessPolicy extends Rpc  | 
665 | 707 | {  | 
666 | 708 | }  | 
667 | 709 | 
 
  | 
 | 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 | + | 
668 | 720 | /**  | 
669 | 721 |  * @method string getDomainId()  | 
670 | 722 |  * @method $this withDomainId($value)  | 
@@ -871,6 +923,16 @@ class DisableConditionalAccessPolicy extends Rpc  | 
871 | 923 | {  | 
872 | 924 | }  | 
873 | 925 | 
 
  | 
 | 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 | + | 
874 | 936 | /**  | 
875 | 937 |  * @method string getDomainProxyTokenId()  | 
876 | 938 |  * @method $this withDomainProxyTokenId($value)  | 
@@ -1027,6 +1089,16 @@ class EnableConditionalAccessPolicy extends Rpc  | 
1027 | 1089 | {  | 
1028 | 1090 | }  | 
1029 | 1091 | 
 
  | 
 | 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 | + | 
1030 | 1102 | /**  | 
1031 | 1103 |  * @method string getDomainProxyTokenId()  | 
1032 | 1104 |  * @method $this withDomainProxyTokenId($value)  | 
@@ -1177,6 +1249,16 @@ class GetConditionalAccessPolicy extends Rpc  | 
1177 | 1249 | {  | 
1178 | 1250 | }  | 
1179 | 1251 | 
 
  | 
 | 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 | + | 
1180 | 1262 | /**  | 
1181 | 1263 |  * @method string getDomainId()  | 
1182 | 1264 |  * @method $this withDomainId($value)  | 
@@ -1620,6 +1702,38 @@ class ListConditionalAccessPoliciesForUser extends Rpc  | 
1620 | 1702 | {  | 
1621 | 1703 | }  | 
1622 | 1704 | 
 
  | 
 | 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 | + | 
1623 | 1737 | /**  | 
1624 | 1738 |  * @method string getDomainId()  | 
1625 | 1739 |  * @method $this withDomainId($value)  | 
@@ -2022,6 +2136,18 @@ class RemoveApplicationAccountFromUser extends Rpc  | 
2022 | 2136 | {  | 
2023 | 2137 | }  | 
2024 | 2138 | 
 
  | 
 | 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 | + | 
2025 | 2151 | /**  | 
2026 | 2152 |  * @method string getUserId()  | 
2027 | 2153 |  * @method $this withUserId($value)  | 
@@ -2460,6 +2586,24 @@ class UpdateConditionalAccessPolicyDescription extends Rpc  | 
2460 | 2586 | {  | 
2461 | 2587 | }  | 
2462 | 2588 | 
 
  | 
 | 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 | + | 
2463 | 2607 | /**  | 
2464 | 2608 |  * @method string getDomainId()  | 
2465 | 2609 |  * @method $this withDomainId($value)  | 
 | 
0 commit comments