Skip to content

userVerification field is missing in okta/models/possession_constraints but visible in raw api #419

@ghals13

Description

@ghals13

Hello,

well not much to say really.
userVerification field is missing in okta/models/possession_constraints?
https://github.com/okta/okta-sdk-python/blob/master/okta/models/possession_constraint.py
but visible in raw api
https://tenant-admin.okta.com/api/v1/policies/<ruleid>/rules

eg

        "actions": {
            "appSignOn": {
                "access": "ALLOW",
                "verificationMethod": {
                    "factorMode": "1FA",
                    "type": "ASSURANCE",
                    "reauthenticateIn": "PT12H",
                    "constraints": [
                        {
                            "possession": {
                                "required": true,
                                "hardwareProtection": "REQUIRED",
                                "deviceBound": "REQUIRED",
                                "phishingResistant": "REQUIRED",
                                "userVerification": "REQUIRED"
                            }
                        }
                    ]
                }
            }

Could you please add it in ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions