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 for User MFA Devices #371

Open
Tracked by #125
patrickcping opened this issue May 22, 2023 · 0 comments
Open
Tracked by #125

Support for User MFA Devices #371

patrickcping opened this issue May 22, 2023 · 0 comments
Labels
service/mfa PingOne MFA size/large Large size change (e.g. creation of new resources/datasources with tests) status/blocked/upstream-sdk The issue/PR is blocked by an upstream SDK type/enhancement New feature or request

Comments

@patrickcping
Copy link
Collaborator

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

Request is to support resources for User Device assignment for testing environments.

Relates to #250

New or Affected Resource(s)

  • pingone_user_mfa_device

Potential Terraform Configuration

# Copy-paste your PingOne related Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

# Remember to replace any account/customer sensitive information in the configuration before submitting the issue

resource "pingone_user_mfa_device" "foobar" {
  environment_id = var.environment_id
  user_id = var.user_id

  policy = {
    id = var.policy_id
  }

  device_platform = {
    rp = {
      id = "pingone.com"
      name = "PingOne"
    }
  }
}

References

@patrickcping patrickcping added type/enhancement New feature or request service/mfa PingOne MFA status/blocked/upstream-sdk The issue/PR is blocked by an upstream SDK labels May 22, 2023
@patrickcping patrickcping added the size/large Large size change (e.g. creation of new resources/datasources with tests) label May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service/mfa PingOne MFA size/large Large size change (e.g. creation of new resources/datasources with tests) status/blocked/upstream-sdk The issue/PR is blocked by an upstream SDK type/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant