mirror of
https://github.com/apple/device-management.git
synced 2026-08-27 10:33:03 +02:00
Release_iOS-15_macOS-12
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
title: User Name and Password Credentials
|
||||
description: Data describing a credential representing a user name and password.
|
||||
payload:
|
||||
credentialtype: com.apple.credential.usernameandpassword
|
||||
supportedOS:
|
||||
iOS:
|
||||
introduced: '15.0'
|
||||
payloadkeys:
|
||||
- key: UserName
|
||||
type: <string>
|
||||
presence: required
|
||||
content: The user's user name for the credential.
|
||||
- key: Password
|
||||
type: <string>
|
||||
presence: optional
|
||||
content: The user's password for the credential.
|
||||
Reference in New Issue
Block a user