You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Beta/Microsoft/Graph/ExternalConnectors/Model/Acl.php
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ class Acl extends \Beta\Microsoft\Graph\Model\Entity
26
26
27
27
/**
28
28
* Gets the accessType
29
+
* The access granted to the identity. Possible values are: grant, deny.
29
30
*
30
31
* @return AccessType|null The accessType
31
32
*/
@@ -44,6 +45,7 @@ public function getAccessType()
44
45
45
46
/**
46
47
* Sets the accessType
48
+
* The access granted to the identity. Possible values are: grant, deny.
47
49
*
48
50
* @param AccessType $val The value to assign to the accessType
49
51
*
@@ -57,6 +59,7 @@ public function setAccessType($val)
57
59
58
60
/**
59
61
* Gets the identitySource
62
+
* The source of identity. Possible values are azureActiveDirectory or external.
60
63
*
61
64
* @return IdentitySourceType|null The identitySource
62
65
*/
@@ -75,6 +78,7 @@ public function getIdentitySource()
75
78
76
79
/**
77
80
* Sets the identitySource
81
+
* The source of identity. Possible values are azureActiveDirectory or external.
78
82
*
79
83
* @param IdentitySourceType $val The value to assign to the identitySource
80
84
*
@@ -88,6 +92,7 @@ public function setIdentitySource($val)
88
92
89
93
/**
90
94
* Gets the type
95
+
* The type of identity. Possible values are: user, group, everyone, everyoneExceptGuests if the identitySource is azureActiveDirectory and just group if the identitySource is external.
91
96
*
92
97
* @return AclType|null The type
93
98
*/
@@ -106,6 +111,7 @@ public function getType()
106
111
107
112
/**
108
113
* Sets the type
114
+
* The type of identity. Possible values are: user, group, everyone, everyoneExceptGuests if the identitySource is azureActiveDirectory and just group if the identitySource is external.
109
115
*
110
116
* @param AclType $val The value to assign to the type
111
117
*
@@ -118,6 +124,7 @@ public function setType($val)
118
124
}
119
125
/**
120
126
* Gets the value
127
+
* The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup.
121
128
*
122
129
* @return string|null The value
123
130
*/
@@ -132,6 +139,7 @@ public function getValue()
132
139
133
140
/**
134
141
* Sets the value
142
+
* The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup.
Copy file name to clipboardExpand all lines: src/Beta/Microsoft/Graph/ExternalConnectors/Model/Configuration.php
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ class Configuration extends \Beta\Microsoft\Graph\Model\Entity
25
25
{
26
26
/**
27
27
* Gets the authorizedAppIds
28
+
* A collection of application IDs for registered Azure Active Directory apps that are allowed to manage the externalConnection and to index content in the externalConnection.
28
29
*
29
30
* @return string|null The authorizedAppIds
30
31
*/
@@ -39,6 +40,7 @@ public function getAuthorizedAppIds()
39
40
40
41
/**
41
42
* Sets the authorizedAppIds
43
+
* A collection of application IDs for registered Azure Active Directory apps that are allowed to manage the externalConnection and to index content in the externalConnection.
42
44
*
43
45
* @param string $val The value of the authorizedAppIds
0 commit comments