Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Grace Periods for Device Assurance Policies #2097

Open
lucascantor opened this issue Sep 30, 2024 · 2 comments
Open

Support Grace Periods for Device Assurance Policies #2097

lucascantor opened this issue Sep 30, 2024 · 2 comments
Labels
enhancement Asking for new behavior or feature OKTA-813679 triaged Triaged into internal Jira

Comments

@lucascantor
Copy link
Contributor

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Feature request to support the new Grace Period feature for Device Assurance

Here are example Device Assurance policy settings NOT configurable via Terraform:

  • Grant users time to remediate issues:
    • Yes, by a due date
    • Yes, after a number of days

New or Affected Resource(s)

  • okta_device_assurance_policy_android
  • okta_policy_device_assurance_chromeos
  • okta_device_assurance_policy_ios
  • okta_device_assurance_policy_macos
  • okta_device_assurance_policy_windows

Potential Terraform Configuration

resource "okta_device_assurance_policy_macos" "example" {
  name                  = "Example"
  grace_period_due_date = "2024_12_31"
}

resource "okta_device_assurance_policy_macos" "example" {
  name                        = "Example"
  grace_period_number_of_days = 14
}

References

@lucascantor lucascantor added the enhancement Asking for new behavior or feature label Sep 30, 2024
@lucascantor
Copy link
Contributor Author

Relates to #1917

@arvindkrishnakumar-okta
Copy link
Contributor

Internal JIRA for reference: https://oktainc.atlassian.net/browse/OKTA-813679

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Asking for new behavior or feature OKTA-813679 triaged Triaged into internal Jira
Projects
None yet
Development

No branches or pull requests

2 participants