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: clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/Policy.java
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -225,10 +225,11 @@ public final class Policy extends com.google.api.client.json.GenericJson {
225
225
privatejava.lang.BooleancreateWindowsDisabled;
226
226
227
227
/**
228
-
* Controls which apps are allowed to act as credential providers on Android 14 and above. These
229
-
* apps store credentials, see this (https://developer.android.com/training/sign-in/passkeys) and
230
-
* this (https://developer.android.com/reference/androidx/credentials/CredentialManager) for
231
-
* details. See also credentialProviderPolicy.
228
+
* Optional. Controls which apps are allowed to act as credential providers on Android 14 and
229
+
* above. These apps store credentials, see this (https://developer.android.com/training/sign-
230
+
* in/passkeys) and this
231
+
* (https://developer.android.com/reference/androidx/credentials/CredentialManager) for details.
232
+
* See also credentialProviderPolicy.
232
233
* The value may be {@code null}.
233
234
*/
234
235
@com.google.api.client.util.Key
@@ -1295,21 +1296,23 @@ public Policy setCreateWindowsDisabled(java.lang.Boolean createWindowsDisabled)
1295
1296
}
1296
1297
1297
1298
/**
1298
-
* Controls which apps are allowed to act as credential providers on Android 14 and above. These
1299
-
* apps store credentials, see this (https://developer.android.com/training/sign-in/passkeys) and
1300
-
* this (https://developer.android.com/reference/androidx/credentials/CredentialManager) for
1301
-
* details. See also credentialProviderPolicy.
1299
+
* Optional. Controls which apps are allowed to act as credential providers on Android 14 and
1300
+
* above. These apps store credentials, see this (https://developer.android.com/training/sign-
1301
+
* in/passkeys) and this
1302
+
* (https://developer.android.com/reference/androidx/credentials/CredentialManager) for details.
0 commit comments