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

What are the permitted values of [AADConditionalAccessPolicy]: TransferMethods ? #4961

Closed
GeldHades27355 opened this issue Aug 9, 2024 · 1 comment · Fixed by #4970 or #4998
Closed

Comments

@GeldHades27355
Copy link

GeldHades27355 commented Aug 9, 2024

Hey folks, QQ: does anyone know what the permitted values are for "TransferMethods"?

The GUI has "Device code flow" and "Authentication transfer" ON | OFF on it, but that doesn't mean those are the exact strings.

And if someone knows, should we update the documentation accordingly?

@FabienTschanz
Copy link
Contributor

FabienTschanz commented Aug 19, 2024

@GeldHades27355 According to the Graph API documentation, the following values are possible:

  • none
  • deviceCodeFlow
  • authenticationTransfer
  • unknownFutureValue

I would definitely consider adding them to the documentation, except for unknownFutureValue. This way, we also get syntax completion in the editor and prevent any invalid input.

Edit: The expected input seems to be $null for when it's disabled, or the value itself, and if both Device code flow and Authentication transfer are selected, then both values, separated by a comma (deviceCodeFlow,authenticationTransfer). So I guess we can add that to the documentation, but not in the way that syntax highlighting would work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants