12
12
* @method AuthorizeApplicationToUsers authorizeApplicationToUsers(array $options = [])
13
13
* @method CreateApplication createApplication(array $options = [])
14
14
* @method CreateApplicationClientSecret createApplicationClientSecret(array $options = [])
15
+ * @method CreateConditionalAccessPolicy createConditionalAccessPolicy(array $options = [])
15
16
* @method CreateDomain createDomain(array $options = [])
16
17
* @method CreateDomainProxyToken createDomainProxyToken(array $options = [])
17
18
* @method CreateGroup createGroup(array $options = [])
22
23
* @method CreateUser createUser(array $options = [])
23
24
* @method DeleteApplication deleteApplication(array $options = [])
24
25
* @method DeleteApplicationClientSecret deleteApplicationClientSecret(array $options = [])
26
+ * @method DeleteConditionalAccessPolicy deleteConditionalAccessPolicy(array $options = [])
25
27
* @method DeleteDomain deleteDomain(array $options = [])
26
28
* @method DeleteDomainProxyToken deleteDomainProxyToken(array $options = [])
27
29
* @method DeleteGroup deleteGroup(array $options = [])
36
38
* @method DisableApplicationClientSecret disableApplicationClientSecret(array $options = [])
37
39
* @method DisableApplicationProvisioning disableApplicationProvisioning(array $options = [])
38
40
* @method DisableApplicationSso disableApplicationSso(array $options = [])
41
+ * @method DisableConditionalAccessPolicy disableConditionalAccessPolicy(array $options = [])
39
42
* @method DisableDomainProxyToken disableDomainProxyToken(array $options = [])
40
43
* @method DisableIdentityProviderUdPull disableIdentityProviderUdPull(array $options = [])
41
44
* @method DisableInitDomainAutoRedirect disableInitDomainAutoRedirect(array $options = [])
45
48
* @method EnableApplicationClientSecret enableApplicationClientSecret(array $options = [])
46
49
* @method EnableApplicationProvisioning enableApplicationProvisioning(array $options = [])
47
50
* @method EnableApplicationSso enableApplicationSso(array $options = [])
51
+ * @method EnableConditionalAccessPolicy enableConditionalAccessPolicy(array $options = [])
48
52
* @method EnableDomainProxyToken enableDomainProxyToken(array $options = [])
49
53
* @method EnableIdentityProviderUdPull enableIdentityProviderUdPull(array $options = [])
50
54
* @method EnableInitDomainAutoRedirect enableInitDomainAutoRedirect(array $options = [])
54
58
* @method GetApplicationProvisioningConfig getApplicationProvisioningConfig(array $options = [])
55
59
* @method GetApplicationProvisioningScope getApplicationProvisioningScope(array $options = [])
56
60
* @method GetApplicationSsoConfig getApplicationSsoConfig(array $options = [])
61
+ * @method GetConditionalAccessPolicy getConditionalAccessPolicy(array $options = [])
57
62
* @method GetDomain getDomain(array $options = [])
58
63
* @method GetDomainDnsChallenge getDomainDnsChallenge(array $options = [])
59
64
* @method GetForgetPasswordConfiguration getForgetPasswordConfiguration(array $options = [])
75
80
* @method ListApplications listApplications(array $options = [])
76
81
* @method ListApplicationsForOrganizationalUnit listApplicationsForOrganizationalUnit(array $options = [])
77
82
* @method ListApplicationsForUser listApplicationsForUser(array $options = [])
83
+ * @method ListConditionalAccessPolicies listConditionalAccessPolicies(array $options = [])
84
+ * @method ListConditionalAccessPoliciesForNetworkZone listConditionalAccessPoliciesForNetworkZone(array $options = [])
78
85
* @method ListDomainProxyTokens listDomainProxyTokens(array $options = [])
79
86
* @method ListDomains listDomains(array $options = [])
80
87
* @method ListEiamInstances listEiamInstances(array $options = [])
119
126
* @method UnlockUser unlockUser(array $options = [])
120
127
* @method UpdateApplicationAuthorizationType updateApplicationAuthorizationType(array $options = [])
121
128
* @method UpdateApplicationDescription updateApplicationDescription(array $options = [])
129
+ * @method UpdateConditionalAccessPolicy updateConditionalAccessPolicy(array $options = [])
130
+ * @method UpdateConditionalAccessPolicyDescription updateConditionalAccessPolicyDescription(array $options = [])
122
131
* @method UpdateGroup updateGroup(array $options = [])
123
132
* @method UpdateGroupDescription updateGroupDescription(array $options = [])
124
133
* @method UpdateIdentityProvider updateIdentityProvider(array $options = [])
@@ -243,6 +252,32 @@ class CreateApplicationClientSecret extends Rpc
243
252
{
244
253
}
245
254
255
+ /**
256
+ * @method string getClientToken()
257
+ * @method $this withClientToken($value)
258
+ * @method string getConditionsConfig()
259
+ * @method $this withConditionsConfig($value)
260
+ * @method string getDescription()
261
+ * @method $this withDescription($value)
262
+ * @method string getConditionalAccessPolicyType()
263
+ * @method $this withConditionalAccessPolicyType($value)
264
+ * @method string getDecisionType()
265
+ * @method $this withDecisionType($value)
266
+ * @method string getEvaluateAt()
267
+ * @method $this withEvaluateAt($value)
268
+ * @method string getPriority()
269
+ * @method $this withPriority($value)
270
+ * @method string getDecisionConfig()
271
+ * @method $this withDecisionConfig($value)
272
+ * @method string getConditionalAccessPolicyName()
273
+ * @method $this withConditionalAccessPolicyName($value)
274
+ * @method string getInstanceId()
275
+ * @method $this withInstanceId($value)
276
+ */
277
+ class CreateConditionalAccessPolicy extends Rpc
278
+ {
279
+ }
280
+
246
281
/**
247
282
* @method string getFiling()
248
283
* @method $this withFiling($value)
@@ -417,6 +452,16 @@ class DeleteApplicationClientSecret extends Rpc
417
452
{
418
453
}
419
454
455
+ /**
456
+ * @method string getConditionalAccessPolicyId()
457
+ * @method $this withConditionalAccessPolicyId($value)
458
+ * @method string getInstanceId()
459
+ * @method $this withInstanceId($value)
460
+ */
461
+ class DeleteConditionalAccessPolicy extends Rpc
462
+ {
463
+ }
464
+
420
465
/**
421
466
* @method string getDomainId()
422
467
* @method $this withDomainId($value)
@@ -559,6 +604,16 @@ class DisableApplicationSso extends Rpc
559
604
{
560
605
}
561
606
607
+ /**
608
+ * @method string getConditionalAccessPolicyId()
609
+ * @method $this withConditionalAccessPolicyId($value)
610
+ * @method string getInstanceId()
611
+ * @method $this withInstanceId($value)
612
+ */
613
+ class DisableConditionalAccessPolicy extends Rpc
614
+ {
615
+ }
616
+
562
617
/**
563
618
* @method string getDomainProxyTokenId()
564
619
* @method $this withDomainProxyTokenId($value)
@@ -651,6 +706,16 @@ class EnableApplicationSso extends Rpc
651
706
{
652
707
}
653
708
709
+ /**
710
+ * @method string getConditionalAccessPolicyId()
711
+ * @method $this withConditionalAccessPolicyId($value)
712
+ * @method string getInstanceId()
713
+ * @method $this withInstanceId($value)
714
+ */
715
+ class EnableConditionalAccessPolicy extends Rpc
716
+ {
717
+ }
718
+
654
719
/**
655
720
* @method string getDomainProxyTokenId()
656
721
* @method $this withDomainProxyTokenId($value)
@@ -741,6 +806,16 @@ class GetApplicationSsoConfig extends Rpc
741
806
{
742
807
}
743
808
809
+ /**
810
+ * @method string getConditionalAccessPolicyId()
811
+ * @method $this withConditionalAccessPolicyId($value)
812
+ * @method string getInstanceId()
813
+ * @method $this withInstanceId($value)
814
+ */
815
+ class GetConditionalAccessPolicy extends Rpc
816
+ {
817
+ }
818
+
744
819
/**
745
820
* @method string getDomainId()
746
821
* @method $this withDomainId($value)
@@ -909,8 +984,12 @@ class ListApplicationClientSecrets extends Rpc
909
984
}
910
985
911
986
/**
987
+ * @method string getResourceServerStatus()
988
+ * @method $this withResourceServerStatus($value)
912
989
* @method string getPageNumber()
913
990
* @method $this withPageNumber($value)
991
+ * @method string getM2MClientStatus()
992
+ * @method $this withM2MClientStatus($value)
914
993
* @method string getPageSize()
915
994
* @method $this withPageSize($value)
916
995
* @method string getAuthorizationType()
@@ -921,6 +1000,8 @@ class ListApplicationClientSecrets extends Rpc
921
1000
* @method $this withApplicationIds($value)
922
1001
* @method string getInstanceId()
923
1002
* @method $this withInstanceId($value)
1003
+ * @method string getSsoType()
1004
+ * @method $this withSsoType($value)
924
1005
* @method string getStatus()
925
1006
* @method $this withStatus($value)
926
1007
*/
@@ -962,6 +1043,30 @@ class ListApplicationsForUser extends Rpc
962
1043
{
963
1044
}
964
1045
1046
+ /**
1047
+ * @method string getNextToken()
1048
+ * @method $this withNextToken($value)
1049
+ * @method string getPreviousToken()
1050
+ * @method $this withPreviousToken($value)
1051
+ * @method string getInstanceId()
1052
+ * @method $this withInstanceId($value)
1053
+ * @method string getMaxResults()
1054
+ * @method $this withMaxResults($value)
1055
+ */
1056
+ class ListConditionalAccessPolicies extends Rpc
1057
+ {
1058
+ }
1059
+
1060
+ /**
1061
+ * @method string getNetworkZoneId()
1062
+ * @method $this withNetworkZoneId($value)
1063
+ * @method string getInstanceId()
1064
+ * @method $this withInstanceId($value)
1065
+ */
1066
+ class ListConditionalAccessPoliciesForNetworkZone extends Rpc
1067
+ {
1068
+ }
1069
+
965
1070
/**
966
1071
* @method string getDomainId()
967
1072
* @method $this withDomainId($value)
@@ -1586,6 +1691,38 @@ class UpdateApplicationDescription extends Rpc
1586
1691
{
1587
1692
}
1588
1693
1694
+ /**
1695
+ * @method string getConditionsConfig()
1696
+ * @method $this withConditionsConfig($value)
1697
+ * @method string getDecisionType()
1698
+ * @method $this withDecisionType($value)
1699
+ * @method string getConditionalAccessPolicyId()
1700
+ * @method $this withConditionalAccessPolicyId($value)
1701
+ * @method string getPriority()
1702
+ * @method $this withPriority($value)
1703
+ * @method string getDecisionConfig()
1704
+ * @method $this withDecisionConfig($value)
1705
+ * @method string getConditionalAccessPolicyName()
1706
+ * @method $this withConditionalAccessPolicyName($value)
1707
+ * @method string getInstanceId()
1708
+ * @method $this withInstanceId($value)
1709
+ */
1710
+ class UpdateConditionalAccessPolicy extends Rpc
1711
+ {
1712
+ }
1713
+
1714
+ /**
1715
+ * @method string getDescription()
1716
+ * @method $this withDescription($value)
1717
+ * @method string getConditionalAccessPolicyId()
1718
+ * @method $this withConditionalAccessPolicyId($value)
1719
+ * @method string getInstanceId()
1720
+ * @method $this withInstanceId($value)
1721
+ */
1722
+ class UpdateConditionalAccessPolicyDescription extends Rpc
1723
+ {
1724
+ }
1725
+
1589
1726
/**
1590
1727
* @method string getGroupId()
1591
1728
* @method $this withGroupId($value)
0 commit comments