Oauth Client Args
constructor(allowedGrantTypes: Output<List<String>>? = null, allowedRedirectUris: Output<List<String>>? = null, allowedScopes: Output<List<String>>? = null, clientType: Output<String>? = null, description: Output<String>? = null, disabled: Output<Boolean>? = null, displayName: Output<String>? = null, location: Output<String>? = null, oauthClientId: Output<String>? = null, project: Output<String>? = null)