mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 15:40:30 +00:00
14 lines
776 B
Go
14 lines
776 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// AndroidDeviceComplianceLocalActionLockDeviceWithPasscode Local Action Lock Device with Passcode Configuration
|
||
|
type AndroidDeviceComplianceLocalActionLockDeviceWithPasscode struct {
|
||
|
// AndroidDeviceComplianceLocalActionBase is the base model of AndroidDeviceComplianceLocalActionLockDeviceWithPasscode
|
||
|
AndroidDeviceComplianceLocalActionBase
|
||
|
// Passcode Passcode to reset to Android device. This property is read-only.
|
||
|
Passcode *string `json:"passcode,omitempty"`
|
||
|
// PasscodeSignInFailureCountBeforeWipe Number of sign in failures before wiping device, the value can be 4-11. Valid values 4 to 11
|
||
|
PasscodeSignInFailureCountBeforeWipe *int `json:"passcodeSignInFailureCountBeforeWipe,omitempty"`
|
||
|
}
|