Authorization Args
constructor(authorizationId: Output<String>? = null, authorizationProviderId: Output<String>? = null, authorizationType: Output<Either<String, AuthorizationType>>? = null, error: Output<AuthorizationErrorArgs>? = null, oAuth2GrantType: Output<Either<String, OAuth2GrantType>>? = null, parameters: Output<Map<String, String>>? = null, resourceGroupName: Output<String>? = null, serviceName: Output<String>? = null, status: Output<String>? = null)