Authentication Rule Args
fun AuthenticationRuleArgs(allowWithoutCredential: Output<Boolean>? = null, oauth: Output<OAuthRequirementsArgs>? = null, requirements: Output<List<AuthRequirementArgs>>? = null, selector: Output<String>? = null)