Skip to content

Commit 98bf1c8

Browse files
committed
Support Conditional Access Policy.
1 parent a5145e6 commit 98bf1c8

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.8.2254 - 2025-3-21
4+
- Support Conditional Access Policy.
5+
6+
37
## 1.8.2253 - 2025-3-21
48
- GetDailyPlayRegionStatis
59

src/Eiam/V20211201/EiamApiResolver.php

+2
Original file line numberDiff line numberDiff line change
@@ -1570,6 +1570,8 @@ class SetForgetPasswordConfiguration extends Rpc
15701570
* @method $this withLdapUdPullConfig($value)
15711571
* @method string getIdentityProviderId()
15721572
* @method $this withIdentityProviderId($value)
1573+
* @method string getPeriodicSyncConfig()
1574+
* @method $this withPeriodicSyncConfig($value)
15731575
* @method string getInstanceId()
15741576
* @method $this withInstanceId($value)
15751577
* @method string getPullProtectedRule()

src/Release.php

+1-1
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.2253';
19+
const VERSION = '1.8.2254';
2020

2121
/**
2222
* @param Event $event

0 commit comments

Comments
 (0)